Skip to content

Commit e4ff037

Browse files
committed
ci: fix clippy version to before 2022-03-14
See rust-lang/rust-clippy#8629
1 parent 25be777 commit e4ff037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions-rs/toolchain@v1
1616
with:
17-
toolchain: nightly
17+
toolchain: nightly-2022-03-13
1818
override: true
1919
components: clippy
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)