Skip to content

Commit

Permalink
remove cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Mar 18, 2024
1 parent 6074e56 commit cf91671
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy, cargo-audit
components: rustfmt, clippy

- name: Cache dependencies
uses: actions/cache@v4
Expand All @@ -94,7 +94,3 @@ jobs:
- name: Lint
working-directory: rust
run: cargo clippy -- -Dwarnings

- name: Audit dependencies
working-directory: rust
run: cargo audit

0 comments on commit cf91671

Please sign in to comment.