Skip to content

Commit

Permalink
Update cargo-deny configuration to fit v2
Browse files Browse the repository at this point in the history
`cargo-deny` updates its specification in EmbarkStudios/cargo-deny#611
to remove a lot of existing keys that were previously allowed. This was
causing license failures that should have otherwise succeeded.

This updates the underlying configuration to fit the new v2 scheme so
that it will pass.
  • Loading branch information
bitwizeshift committed Aug 24, 2024
1 parent ae7a299 commit ab010d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .deny.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
vulnerability = "deny"
unmaintained = "deny"
unsound = "deny"
yanked = "deny"
notice = "deny"
git-fetch-with-cli = true
Expand All @@ -15,9 +12,6 @@ wildcards = "allow"

# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]
default = "deny"
unlicensed = "deny"
copyleft = "deny"
unused-allowed-license = "deny"
private.ignore = true
allow = [
Expand Down

0 comments on commit ab010d9

Please sign in to comment.