Skip to content

Commit c872b0c

Browse files
committed
Disable cargo audit on nightly.
The cargo audit tool doesn't support Cargo lockfile v4 yet, so it's always failing. Signed-off-by: Piotr Sikora <[email protected]>
1 parent 3f4274e commit c872b0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,9 @@ jobs:
396396
- name: Format (manifest)
397397
run: cargo verify-project
398398

399-
- name: Run cargo audit
400-
run: cargo audit
399+
# TODO: Re-enable once cargo audit supports Cargo lockfile v4.
400+
#- name: Run cargo audit
401+
# run: cargo audit
401402

402403
- name: Run cargo outdated
403404
run: cargo outdated --root-deps-only --exit-code 1

0 commit comments

Comments
 (0)