bump xargo version
This commit is contained in:
parent
b12ebfc3de
commit
19367fd8de
@ -243,7 +243,7 @@ fn setup(ask_user: bool) {
|
||||
}
|
||||
|
||||
// First, we need xargo.
|
||||
if xargo_version().map_or(true, |v| v < (0, 3, 14)) {
|
||||
if xargo_version().map_or(true, |v| v < (0, 3, 15)) {
|
||||
if ask_user {
|
||||
ask("It seems you do not have a recent enough xargo installed. I will run `cargo install xargo -f`. Proceed?");
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user