We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e21779 commit 4e0053aCopy full SHA for 4e0053a
.github/workflows/rust.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: hecrj/setup-rust-action@v1
25
with:
26
components: clippy
27
+ rust-version: nightly-2022-06-22
28
- uses: actions/checkout@v2
29
- run: cargo clippy --all-targets --all-features -- -D warnings
30
rust-toolchain
@@ -1 +1 @@
1
-stable
+nightly-2022-06-22
0 commit comments