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 a77d022 commit bb3c919Copy full SHA for bb3c919
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
- uses: actions-rs/toolchain@v1
90
with:
91
profile: minimal
92
- toolchain: 1.52.1 # clippy is too much of a moving target at the moment
+ toolchain: 1.76 # clippy is too much of a moving target at the moment
93
override: true
94
components: clippy
95
- uses: actions-rs/clippy-check@v1
0 commit comments