We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1160fb commit 680c143Copy full SHA for 680c143
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
- uses: actions/checkout@v3
121
- uses: dtolnay/rust-toolchain@master
122
with:
123
- toolchain: stable
+ toolchain: 1.65 # clippy is broken for us in 1.66
124
components: clippy,rustfmt
125
- name: Run cargo clippy
126
run: cargo clippy --all --tests
rust-toolchain.tml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "stable"
+channel = "stable-1.65"
0 commit comments