chore: cargo audit is being stubborn again

This commit is contained in:
rvcas 2023-03-27 14:53:01 -04:00 committed by Lucas
parent 822bb4242a
commit 177c36fc68
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Audit
run: cargo audit
# - name: Audit
# run: cargo audit