Skip to content

Commit c8c02d9

Browse files
ctzcpu
authored andcommitted
Clippy: use stable toolchain
1 parent eafa7ba commit c8c02d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,8 @@ jobs:
188188
with:
189189
persist-credentials: false
190190
- name: Install rust toolchain
191-
uses: dtolnay/rust-toolchain@master
191+
uses: dtolnay/rust-toolchain@stable
192192
with:
193-
toolchain: 1.70.0
194193
components: clippy
195194
- name: Check clippy
196195
# We allow unknown lints here because sometimes the nightly job

0 commit comments

Comments
 (0)