3 lines
135 B
Rust
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);
|