Skip to content

Commit b289aa5

Browse files
authored
Merge pull request RustPython#3727 from fanninpm/beta-clippy
Switch clippy to beta
2 parents 8548bbd + ff68466 commit b289aa5

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)