Skip to content

Commit

Permalink
Fix deprecated option name for cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and bluejekyll committed Feb 21, 2021
1 parent 7d4857f commit ac8bc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Expand Up @@ -268,7 +268,7 @@ description = "Run cargo audit on all crates"
workspace = false
dependencies = ["check", "install-audit"]
command = "cargo"
args = ["audit", "--deny-warnings", "--ignore=RUSTSEC-2019-0031", "--ignore=RUSTSEC-2020-0016"]
args = ["audit", "--deny", "warnings", "--ignore=RUSTSEC-2019-0031", "--ignore=RUSTSEC-2020-0016"]

[tasks.bind-compatibility]
description = "Run compatibility tests, currently the BIND9 installation has issues, set TDNS_BIND_PATH to another BIND9 installation"
Expand Down

0 comments on commit ac8bc7f

Please sign in to comment.