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 3f08312 commit 0de65deCopy full SHA for 0de65de
2 files changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
cargo install cargo-license
68
69
- - uses: Swatinem/rust-cache@v2.8.2
+ - uses: Swatinem/rust-cache@v2.9.0
70
with:
71
prefix-key: ${{ env.RUST_CACHE_VERSION }}-rust
72
@@ -156,7 +156,7 @@ jobs:
156
components: clippy
157
158
- name: cache dependencies
159
- uses: Swatinem/rust-cache@v2.8.2
+ uses: Swatinem/rust-cache@v2.9.0
160
161
162
.github/workflows/review.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- name: clippy check
53
uses: yanorei32/action-clippy@50412b135153ebee7d4b8a5b868c4defdc663683
0 commit comments