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

ci: Prevent dependabot from messing with our MSRV #41

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. ci: Prevent dependabot from messing with our MSRV

    When using `dtolnay/rust-toolchain@1.70` dependabot helpfully tries to
    update it to the latest tag, but we really want to stick to 1.70 in that
    case since it is our Minimum Supported Rust Version, to match what it is
    being currently shipped in Debian testing.
    
    Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
    em- committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ab2ee3e View commit details
    Browse the repository at this point in the history