We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e831e9e commit 3793cf6Copy full SHA for 3793cf6
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install musl tools
60
if: matrix.target == 'x86_64-unknown-linux-musl'
61
run: sudo apt-get install -y musl-tools
62
- - uses: swatinem/rust-cache@v2.7.1
+ - uses: swatinem/rust-cache@v2.7.3
63
64
- name: rust fmt
65
uses: actions-rs/cargo@v1
0 commit comments