Skip to content

Commit c6c9276

Browse files
committed
bump Rust and xargo
1 parent 631d5fa commit c6c9276

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bea0372a1a7a31b81f28cc4d9a83a2dc9a79d008
1+
521d78407471cb78e9bbf47160f6aa23047ac499

src/bin/cargo-miri.rs

Lines changed: 1 addition & 2 deletions
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, 15)) {
246+
if xargo_version().map_or(true, |v| v < (0, 3, 16)) {
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 {
@@ -297,7 +297,6 @@ default_features = false
297297
features = ["panic_unwind"]
298298
299299
[dependencies.test]
300-
stage = 1
301300
"#).unwrap();
302301
// The boring bits: a dummy project for xargo.
303302
File::create(dir.join("Cargo.toml")).unwrap()

0 commit comments

Comments
 (0)