Skip to content

Commit

Permalink
Do not stop CI by cargo-deny multiple-versions error
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 30, 2023
1 parent 8b98698 commit 9cb0fc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ ignore = []

# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
[bans]
multiple-versions = "deny"
multiple-versions = "warn"
wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/448
skip = [
{ name = "bitflags", version = "1" },
]

# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]
Expand Down

0 comments on commit 9cb0fc8

Please sign in to comment.