8000
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 8a7c94f commit 5ea7ba2Copy full SHA for 5ea7ba2
.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@23f6dcf86d7e4e0d98b000bba0bb81ac587c44aa # v4.0.2
38
with:
39
args: --workspace --all-targets ${{ matrix.all-features && '--all-features' || '' }} -- -D warnings
40
0 commit comments