Skip to content

Commit ff68466

Browse files
committed
Switch clippy to beta
Once 1.62 is relased, we can switch back to stable.
1 parent 8548bbd commit ff68466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- uses: actions-rs/toolchain@v1
221221
with:
222222
profile: minimal
223-
toolchain: nightly
223+
toolchain: beta
224224
components: rustfmt, clippy
225225
override: true
226226
- name: run rustfmt

0 commit comments

Comments
 (0)