bump xargo version

This commit is contained in:
Ralf Jung 2019-08-08 19:34:23 +02:00
parent b12ebfc3de
commit 19367fd8de

View File

@ -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 {