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.
1 parent e19552b commit 8ffbca7Copy full SHA for 8ffbca7
src/bin/cargo-miri.rs
@@ -6,7 +6,7 @@ use std::ops::Not;
6
use std::path::{Path, PathBuf};
7
use std::process::Command;
8
9
-const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 19);
+const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 20);
10
11
const CARGO_MIRI_HELP: &str = r#"Interprets bin crates and tests in Miri
12
0 commit comments