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

Update CI #707

Merged
merged 3 commits into from
Aug 10, 2023
Merged

Update CI #707

merged 3 commits into from
Aug 10, 2023

Commits on Aug 9, 2023

  1. plot/Cargo.toml: Remove outdated CI badges.

    crates.io doesn't support this and they're outdated anyway.
    waywardmonkeys committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cc986f1 View commit details
    Browse the repository at this point in the history
  2. ci: Update actions.

    Use `actions/checkout@v3` to remove a warning about old versions
    of node.
    
    Use `dtolay/rust-toolchain` instead of `actions-rs/toolchain` as
    it is maintained (and `actions-rs` actions are not). This also
    resolves a number of warnings about deprecated functionality
    within the GitHub Actions UI.
    
    Update one usage of `Swatimem/rust-cache` to v2. The other
    already was updated.
    
    Use `cargo` directly instead of using `actions-rs/cargo` as that
    action is also unmaintained.
    waywardmonkeys committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e784c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. ci: Disable wasi test except on stable.

    This results in an error when building with 1.64 despite `AsFd`
    having been added in 1.63. It was fixed in 1.66:
    
    rust-lang/rust#103306
    waywardmonkeys committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    716ae36 View commit details
    Browse the repository at this point in the history