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.
2 parents fac61e6 + 54f9acb commit edf355cCopy full SHA for edf355c
.github/workflows/rust-clippy.yml
@@ -32,7 +32,7 @@ jobs:
32
override: true
33
34
- name: Rust Cache
35
- uses: Swatinem/rust-cache@v2.7.3
+ uses: Swatinem/rust-cache@v2.7.5
36
37
- name: cargo clippy
38
run: cargo clippy --all-targets -- -D warnings
.github/workflows/rust-test.yml
@@ -38,7 +38,7 @@ jobs:
version: 0.9
39
40
41
42
43
- name: cargo nextest (default)
44
run: cargo nextest run
0 commit comments