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 f1ea75b commit 6c68347Copy full SHA for 6c68347
.github/actions/setup-rust/action.yml
@@ -67,7 +67,7 @@ runs:
67
# this step runs, the cache key used for storing the job outputs will not
68
# match the cache key used for restoring.
69
- name: Cached load of cargo registry
70
- uses: Swatinem/rust-cache@v2.7.5
+ uses: Swatinem/rust-cache@v2.7.7
71
with:
72
# Only cache the `.cargo` directory; not build artifacts.
73
cache-targets: "false"
0 commit comments