Skip to content
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

chore: Make MSRV=N-2 the workspace default #13324

Merged
merged 3 commits into from
Jan 19, 2024
Merged

chore: Make MSRV=N-2 the workspace default #13324

merged 3 commits into from
Jan 19, 2024

Commits on Jan 18, 2024

  1. chore: Remove rust-version from private packages

    I removed it from `cargo-test-support` and `cargo-test-macro`, despite
    people depending on those (via git) because my long term plan is resting
    on the `auto` value which won't affect git dependencies.
    epage committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9438f80 View commit details
    Browse the repository at this point in the history
  2. chore: Make N-0 MSRVs explicit

    This will require a version bump every release but over-releasing these
    packages is likely a lot better than over-releasing the N-3 packages,
    which we won't have to do anymore after this.
    
    My hope is the `auto` value will be approved and stabilized and then we
    won't have to over-release anymore.
    epage committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b291f42 View commit details
    Browse the repository at this point in the history
  3. chore: Make N-2 the default MSRV

    We likely don't want to release these packages every 6 months just for
    an MSRV bump.
    By moving the MSRV out of the package, `cargo bump-check` will ignore
    the MSRV bump.
    
    Inspired by rust-lang#13266
    epage committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c6c1df4 View commit details
    Browse the repository at this point in the history