rust/cargo-miri/version.rs
2022-06-01 06:28:27 -04:00

3 lines
135 B
Rust

// We put this in a separate file so that it can be hashed for GHA caching.
pub const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 26);