Skip to content

Commit 2373907

Browse files
committed
Auto merge of #1940 - RalfJung:xargo, r=RalfJung
require xargo 0.3.23 Fixes #1939
2 parents 2eb3b37 + b44f7ea commit 2373907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
1212

1313
use rustc_version::VersionMeta;
1414

15-
const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 22);
15+
const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 23);
1616

1717
const CARGO_MIRI_HELP: &str = r#"Runs binary crates and tests in Miri
1818

0 commit comments

Comments
 (0)