mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formalize MSRV policy

akhilles opened this issue · comments

  • Should MSRV bump require a minor or major version?
  • How many recent stable versions should be supported for a new release?

IMO:

Should MSRV bump require a minor or major version?

Minor version is fine: rust-lang/api-guidelines#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.