summaryrefslogtreecommitdiffstats
path: root/rust-toolchain
AgeCommit message (Collapse)Author
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
- Use Cargo.toml's rust-version field instead of a rust-toolchain file. It is more flexible and does not prevent use of newer compilers.
2022-10-07rust-toolchain: bump MSRV to 1.60.0Heiko Schaefer
Today, Debian testing (which will become the next Debian stable next year) has a Rust toolchain version 1.60.0. As per Sequoia-PGP project decision, our MSRV tracks what's going to be in the next Debian stable. Sponsored-by: pep.foundation
2021-11-29Move MSRV to 1.56.1Nora Widdecke
- Rust 1.56.0 is affected by CVE-2021-42574, which is addressed in 1.56.1.
2021-04-08Update MSRV to 1.48.0Nora Widdecke
- Update our MSRV to the one used in Debian bullseye, 1.48.0.
2020-09-21Bump MSRV to 1.46.0.Nora Widdecke