str4d/rage

Set MSRV to 1.59

str4d opened this issue · 0 comments

str4d commented

We bump MSRV on minor releases. The last two minor releases of rage and its crates had the following MSRVs:

rage version rage MSRV Latest Rust version
0.7 1.51.0 1.56.0
0.8 1.56.0 1.61.0

This follows an N - 5 MSRV pattern. The current Rust release is 1.64.0, so N - 5 is 1.59.0. This conveniently is the earliest Rust version that is compatible with the latest versions of all of our current dependencies (so someone installing from crates.io would need this version anyway).