mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Auto merge of #1940 - RalfJung:xargo, r=RalfJung
require xargo 0.3.23 Fixes https://github.com/rust-lang/miri/issues/1939
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
use rustc_version::VersionMeta;
|
||||
|
||||
const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 22);
|
||||
const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 23);
|
||||
|
||||
const CARGO_MIRI_HELP: &str = r#"Runs binary crates and tests in Miri
|
||||
|
||||
|
||||
Reference in New Issue
Block a user