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: Combine MSRV-check with -Zminimal-versions build #212

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Nov 5, 2024

  1. CI: Combine MSRV-check with -Zminimal-versions build

    Sometimes dependency crates bump their MSRV beyond our MSRV in a patch
    release, and fail our CI in subsequent versions.  Instead of downgrading
    independent crates in CI every time this issue arises, combine it with
    our already-existing `-Zminimal-versions` check.  Instead of running
    this check on `nightly`, we only use that toolchain to generate a
    `Cargo.lock` and subsequently `check` the code on our MSRV toolchain.
    MarijnS95 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5db3c4f View commit details
    Browse the repository at this point in the history
  2. drm-sys: Bump bindgen minimum-version to 0.69.3

    To solve rust-lang/regex#931 when the CI builds
    `--all-features` on a `-Zminimal-versions` lockfile.
    MarijnS95 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a03c941 View commit details
    Browse the repository at this point in the history