Skip to content

Minimum Supported Rust Version (MSRV) mismatch on Crates.io #713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
danielfeather opened this issue May 8, 2025 · 4 comments
Open

Minimum Supported Rust Version (MSRV) mismatch on Crates.io #713

danielfeather opened this issue May 8, 2025 · 4 comments

Comments

@danielfeather
Copy link

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

Image

@bjorn3
Copy link
Member

bjorn3 commented May 8, 2025

The MSRV was bumped to 1.82 in #700

@danielfeather
Copy link
Author

The MSRV was bumped to 1.82 in #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.

@bjorn3
Copy link
Member

bjorn3 commented May 8, 2025

That is #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.

@danielfeather
Copy link
Author

That is #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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants