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 9282b6e commit 417c35fCopy full SHA for 417c35f
.github/workflows/cargo-audit.yml
@@ -38,5 +38,8 @@ jobs:
38
- name: Install cargo-audit
39
run: cargo install --version 0.20.1 --force cargo-audit
40
41
+ - name: Display cargo-audit --version
42
+ run: cargo audit --version
43
+
44
- name: cargo audit
45
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this
0 commit comments