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
This PR updates Cargo crates dependencies and GitHub Actions
dependencies after v0.24 was released, with two exceptions:
- We do not update `criterion` because a later version unintentionally
requires MSRV 1.74. The problem has been fixed in the upstream criterion
repo, but has not been released, yet.
- We replaced `actions-rs/toolchain` with manual invocations of `rustup`
because `actions-rs/toolchain` is no longer maintained. For tasks that
don't require a specific toolchain, we rely on `rustup` and `cargo` to
automatically install the toolchain specified by the file
`rust-toolchain` upon first invocation.
Also disabled Clippy checks on Darwin because the `clippy` program
itself randomly crashes on Darwin.
0 commit comments