We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f48014 commit ef57040Copy full SHA for ef57040
.github/workflows/build-and-test.yml
@@ -70,7 +70,7 @@ jobs:
70
sudo apt-get -y install musl-tools
71
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
72
- name: Rust Cache
73
- uses: Swatinem/rust-cache@v2.7.8
+ uses: Swatinem/rust-cache@v2.8.0
74
with:
75
prefix-key: rust-build-cache-${{ env.RUST_CACHE_VERSION }}
76
env:
0 commit comments