Skip to content

Commit

Permalink
Switch deny.toml to warn about duplicate crate versions instead of
Browse files Browse the repository at this point in the history
denying.
  • Loading branch information
Amanieu committed Jan 19, 2022
1 parent fb7a572 commit 7270015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Expand Up @@ -144,7 +144,7 @@ registries = [
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
[bans]
# Lint level for when multiple versions of the same crate are detected
multiple-versions = "deny"
multiple-versions = "warn"
# Lint level for when a crate version requirement is `*`
wildcards = "allow"
# The graph highlighting used when creating dotgraphs for crates
Expand Down

0 comments on commit 7270015

Please sign in to comment.