Skip to content

Commit 8ffbca7

Browse files
committed
bump xargo version
1 parent e19552b commit 8ffbca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo-miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::ops::Not;
66
use std::path::{Path, PathBuf};
77
use std::process::Command;
88

9-
const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 19);
9+
const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 20);
1010

1111
const CARGO_MIRI_HELP: &str = r#"Interprets bin crates and tests in Miri
1212

0 commit comments

Comments
 (0)