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

Fix CI #868

Merged
merged 4 commits into from
Aug 25, 2023
Merged

Fix CI #868

merged 4 commits into from
Aug 25, 2023

Commits on Aug 25, 2023

  1. Fix CI

    Commit 667de09
    broke CI by adding rust-toolchain.toml, which changed
    the default rust version to nightly.
    Explicitly specify the rust version in CI to use the correct
    toolchain.
    jschwe committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f0c39fb View commit details
    Browse the repository at this point in the history
  2. Fix clippy warning

    Rust 1.72 added a new warning, which should have been ignored
    by clippy, since clippy.toml is still st to 1.57.0
    jschwe committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3f79cac View commit details
    Browse the repository at this point in the history
  3. Revert "Upgrade clap 3 to clap 4"

    This reverts commit b734008.
    jschwe committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    378eb89 View commit details
    Browse the repository at this point in the history
  4. Fix minimal Rust version in CI

    The minimum rust version was bumped, so we need
    to install the appropriate version in CI.
    jschwe committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    24cdc76 View commit details
    Browse the repository at this point in the history