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 b7bf32c commit 6af0fb4
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 = "proc-macro2" },
{ name = "futures-core" },
Expand All @@ -35,4 +36,5 @@ allow = [
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []
allow-git = [
]

0 comments on commit 6af0fb4

Please sign in to comment.