Skip to content

Commit

Permalink
fix: Cargo audit don't have a all-features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnow-sys committed Jan 20, 2024
1 parent 4b686af commit 0f4a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Clippy
run: cargo clippy --all-features --verbose -- -D warnings
- name: Audit
run: cargo audit --all-features
run: cargo audit

0 comments on commit 0f4a665

Please sign in to comment.