require xargo 0.3.23
This commit is contained in:
parent
2eb3b37c91
commit
b44f7ea079
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue