Auto merge of #897 - RalfJung:xargo, r=RalfJung

bump xargo version

Rust bootstrap needs it for the CARGO env var handling.
This commit is contained in:
bors 2019-08-08 17:35:17 +00:00
commit 7143ccc8fa

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 {