rust/cargo-miri/version.rs

3 lines
135 B
Rust
Raw Normal View History

// 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);