]> git.lizzy.rs Git - rust.git/commitdiff
bump xargo version
authorRalf Jung <post@ralfj.de>
Wed, 25 Mar 2020 11:11:05 +0000 (12:11 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 25 Mar 2020 11:11:05 +0000 (12:11 +0100)
src/bin/cargo-miri.rs

index 8f26aaf4e91affc118beb33b9938513182c2fb35..9ef4996992a430fa840d92524a968903f4c0c1bf 100644 (file)
@@ -6,7 +6,7 @@
 use std::path::{Path, PathBuf};
 use std::process::Command;
 
-const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 19);
+const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 20);
 
 const CARGO_MIRI_HELP: &str = r#"Interprets bin crates and tests in Miri