backtrace-rs
backtrace-rs copied to clipboard
Minimum Supported Rust Version (MSRV) mismatch on Crates.io
I see from the release tagged 0.3.75, the intended MSRV is meant to be 1.79, however crates.io is showing 1.82.
https://crates.io/crates/backtrace/0.3.75
The MSRV was bumped to 1.82 in https://github.com/rust-lang/backtrace-rs/pull/700
The MSRV was bumped to 1.82 in https://github.com/rust-lang/backtrace-rs/pull/700
I understand the reasoning, just that the release notes for 0.3.75 on GH indicate that 1.79 is the MSRV, as well as the Cargo.toml for commit tagged '0.3.75', whereas the release of 0.3.75 on crates.io says 1.82.
That is https://github.com/rust-lang/backtrace-rs/issues/712. Seems that when 0.3.75 was tagged, it didn't get released to crates.io and when release-plz got setup, the current commit on master got released as 0.3.75 to crates.io.
That is https://github.com/rust-lang/backtrace-rs/issues/712. Seems that when 0.3.75 was tagged, it didn't get released to crates.io and when release-plz got setup, the current commit on master got released as 0.3.75 to crates.io.
Thanks for looking, wanted to point it out, just in case anyone comes here. 🙂
Only reason I noticed was because we had some CI/CD pipeline issues due to the bump of the MSRV (thinks that's a different issue though)