We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eb3b37 + b44f7ea commit 2373907Copy full SHA for 2373907
cargo-miri/bin.rs
@@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
12
13
use rustc_version::VersionMeta;
14
15
-const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 22);
+const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 23);
16
17
const CARGO_MIRI_HELP: &str = r#"Runs binary crates and tests in Miri
18
0 commit comments