mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards
Apache License 2.0
187 stars 49 forks source link

Formalize MSRV policy #96

Closed akhilles closed 1 year ago

akhilles commented 1 year ago
akhilles commented 1 year ago

IMO:

Should MSRV bump require a minor or major version?

Minor version is fine: https://github.com/rust-lang/api-guidelines/discussions/231

How many recent stable versions should be supported for a new release?

At a minimum we should support any stable release within the last 12 months. In addition, there needs to be a good reason to bump the MSRV.