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 3bc289b commit 8297122Copy full SHA for 8297122
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
cache-on-failure: true
35
36
- name: Run clippy
37
- uses: clechasseur/rs-clippy-check@c6fff255f0b3d3cbae04efd0d164b1ed3a773c1d # v4.0.0
+ uses: clechasseur/rs-clippy-check@c2cfda2bced76347acf9356d8eadab8632500f7d # v4.0.1
38
with:
39
args: --workspace --all-targets ${{ matrix.all-features && '--all-features' || '' }} -- -D warnings
40
0 commit comments