Skip to content

Commit

Permalink
Update .deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 5, 2024
1 parent dbb5b75 commit 65613a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ignore = [
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
[bans]
multiple-versions = "warn"
wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/488
wildcards = "deny"
allow-wildcard-paths = true
build.allow-build-scripts = [
{ name = "anyhow" },
{ name = "libc" }, # via ctrlc
Expand Down Expand Up @@ -49,4 +50,5 @@ allow = [
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []
allow-git = [
]

0 comments on commit 65613a5

Please sign in to comment.