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 eabcbfb commit cb0fe78Copy full SHA for cb0fe78
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
toolchain: ${{ steps.toolchain.outputs.toolchain }}
50
targets: ${{ matrix.target }}
51
52
- - uses: Swatinem/rust-cache@v2.7.5
+ - uses: Swatinem/rust-cache@v2.7.7
53
54
- name: install cargo-about
55
run: |
@@ -88,7 +88,7 @@ jobs:
88
with:
89
90
91
92
93
94
.github/workflows/rust.yml
@@ -36,7 +36,7 @@ jobs:
36
components: clippy, rustfmt
37
38
- name: cache dependencies
39
- uses: Swatinem/rust-cache@v2.7.5
+ uses: Swatinem/rust-cache@v2.7.7
40
41
42
0 commit comments