Skip to content

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

Open
@danielfeather

Description

@danielfeather

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

Activity

bjorn3

bjorn3 commented on May 8, 2025

@bjorn3
Member

The MSRV was bumped to 1.82 in #700

danielfeather

danielfeather commented on May 8, 2025

@danielfeather
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

bjorn3 commented on May 8, 2025

@bjorn3
Member

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

danielfeather commented on May 8, 2025

@danielfeather
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @danielfeather@bjorn3

        Issue actions

          Minimum Supported Rust Version (MSRV) mismatch on Crates.io · Issue #713 · rust-lang/backtrace-rs