deny: Disallow duplicate dependency versions again
Partially reverts 587bb5c98f.
This commit is contained in:
parent
aecd4c777c
commit
2c987b6c96
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,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 = "warn"
|
||||
multiple-versions = "deny"
|
||||
# Lint level for when a crate version requirement is `*`
|
||||
wildcards = "allow"
|
||||
# The graph highlighting used when creating dotgraphs for crates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue