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(ci): Ensure lockfile is respected during MSRV testing #13523

Merged
merged 1 commit into from
Mar 3, 2024

Commits on Mar 3, 2024

  1. chore(ci): Ensure lockfile is respected during MSRV testing

    As a hack in cargo-hack, it doesn't respect lockfiles when doing MSRV
    testing unless `--locked` is passed in.
    This adds that so we make sure we don't run into problems with newer,
    MSRV-imcompatible dependencies come out that break our build.
    
    See
    - https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/gix-ref.20CI.20error/near/423319798
    - taiki-e/cargo-hack#234
    - taiki-e/cargo-hack#236
    epage committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0564365 View commit details
    Browse the repository at this point in the history