Skip to content

Commit 7143ccc

Browse files
committedAug 8, 2019
Auto merge of #897 - RalfJung:xargo, r=RalfJung
bump xargo version Rust bootstrap needs it for the CARGO env var handling.
2 parents b12ebfc + 19367fd commit 7143ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/bin/cargo-miri.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ fn setup(ask_user: bool) {
243243
}
244244

245245
// First, we need xargo.
246-
if xargo_version().map_or(true, |v| v < (0, 3, 14)) {
246+
if xargo_version().map_or(true, |v| v < (0, 3, 15)) {
247247
if ask_user {
248248
ask("It seems you do not have a recent enough xargo installed. I will run `cargo install xargo -f`. Proceed?");
249249
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.