Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Consider adding a rust-toolchain.toml at the repo root instead of (or alongside) controlling the version here. That file is picked up by both cargo and rustup automatically, so local dev and CI stay in sync without any special CI config — and bumping the toolchain is a single-file change that shows up clearly in git history. (not blocking)

with:
toolchain: "1.88.0"
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2

Expand Down
Loading