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 intermittent failures with CI build and clean up #188

Merged
merged 4 commits into from
May 13, 2024

Commits on May 12, 2024

  1. Switch CI toolchain action to dtolnay/rust-toolchain

    There were recently a lot of hiccups with installing rustup for Windows
    in CI and the previously used actions from actions-rs seem to be no
    longer maintained. Following the discussion in
    rust-lang/rustup#3409, this is one way to go.
    sirhcel committed May 12, 2024
    Configuration menu
    Copy the full SHA
    113a475 View commit details
    Browse the repository at this point in the history
  2. Update configuration for cargo-deny

    I've seen warnings about the removal of the key vulnerability for
    advisories with the reference to
    EmbarkStudios/cargo-deny#611. This indicates
    that the default behavior is about to change. Let's switch to the new
    defaults now.
    sirhcel committed May 12, 2024
    Configuration menu
    Copy the full SHA
    981aee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e023a2 View commit details
    Browse the repository at this point in the history
  4. Bump CI action rust-cache

    We're getting deprecation warnings for GitHubs save-state command when
    using v1 of this action. Bumping this action to the latest version irons
    this out.
    sirhcel committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7776219 View commit details
    Browse the repository at this point in the history