Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# The action tag IS the toolchain version installed; @1.88 pins MSRV.
# (Dependabot bumped this to @1.100 in #17, which tries to install a
# non-existent rust 1.100.0 — revert to the real MSRV.)
uses: dtolnay/rust-toolchain@1.88
uses: dtolnay/rust-toolchain@1.100

- name: Cache cargo
uses: Swatinem/rust-cache@v2
Expand Down
Loading