Skip to content

Commit

Permalink
Revert #1768 in favor of audit.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nhurley3 authored and bluejekyll committed Aug 24, 2022
1 parent f396660 commit 82f47e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ description = "Run cargo audit on all crates"
workspace = false
dependencies = ["check", "install-audit"]
command = "cargo"
args = ["audit", "--deny", "warnings", "--ignore", "RUSTSEC-2021-0139"]
args = ["audit", "--deny", "warnings"]

[tasks.cleanliness]
description = "Runs clippy, fmt, and audit"
Expand Down

0 comments on commit 82f47e8

Please sign in to comment.