Skip to content

Commit efe7803

Browse files
Pin toolchain version in CI
1 parent 0b390f3 commit efe7803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install minimal nightly with clippy and rustfmt
2525
uses: dtolnay/rust-toolchain@master
2626
with:
27-
toolchain: nightly
27+
toolchain: nightly-2025-01-23
2828
components: rustfmt, clippy
2929

3030
- name: Install tool for formatting Cargo.toml files

0 commit comments

Comments
 (0)