We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b798e commit 9282b6eCopy full SHA for 9282b6e
.github/workflows/cargo-audit.yml
@@ -36,7 +36,7 @@ jobs:
36
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}
37
38
- name: Install cargo-audit
39
- run: cargo install --version 0.20.1 cargo-audit
+ run: cargo install --version 0.20.1 --force cargo-audit
40
41
- name: cargo audit
42
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this
0 commit comments