Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 23:08
· 5 commits to main since this release
Pin rustfmt and clippy components with the toolchain

CI installs rustfmt/clippy for stable only, but rust-toolchain.toml pins
cargo to 1.97.1, so cargo fmt failed with 'cargo-fmt is not installed'.
Declaring the components in the toolchain file makes rustup install them
alongside the pinned toolchain everywhere.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>