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 5355ebc commit ae3b520Copy full SHA for ae3b520
.github/workflows/rust-clippy.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
37
with:
38
profile: minimal
39
- toolchain: nightly
+ toolchain: stable
40
components: clippy
41
override: true
42
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
# add rust nightly
17
container:
18
- image: rust:latest
+ image: rust:nightly
19
20
steps:
21
- uses: actions/checkout@v3
0 commit comments