zstd-rs icon indicating copy to clipboard operation
zstd-rs copied to clipboard

Use rust-version in Cargo.toml

Open letFunny opened this issue 4 months ago • 4 comments

Is there any reason why we are not setting the rust-version in Cargo.toml? I am using a crate (cargo-llvm-cov) that depends on ruzstd and my CI broke recently because 0.8.2 started using is_multiple_of which is only stable in Rust 1.87, while my CI was using the 1.85 version.

letFunny avatar Nov 26 '25 10:11 letFunny