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 8d5b6f6 commit 9635b46
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 = [
]

Expand All @@ -32,4 +33,5 @@ allow = [
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []
allow-git = [
]

0 comments on commit 9635b46

Please sign in to comment.