]> git.lizzy.rs Git - rust.git/blob - cargo-miri/version.rs
Auto merge of #2290 - RalfJung:snakessss, r=RalfJung
[rust.git] / cargo-miri / version.rs
1 // We put this in a separate file so that it can be hashed for GHA caching.
2 pub const XARGO_MIN_VERSION: (u32, u32, u32) = (0, 3, 26);