You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* plot/Cargo.toml: Remove outdated CI badges.
crates.io doesn't support this and they're outdated anyway.
* 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.
* 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
0 commit comments