Skip to content

Commit 290dd92

Browse files
authored
Merge pull request #901 from opentensor/fix/ci-cargo-audit
Fix cargo audit in CI
2 parents 5de9490 + d01d038 commit 290dd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}
3737

3838
- name: Install cargo-audit
39-
run: cargo install cargo-audit
39+
run: cargo install --version 0.20.1 cargo-audit
4040

4141
- name: cargo audit
4242
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this

0 commit comments

Comments
 (0)