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:
commit
7143ccc8fa
@ -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