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
|
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
|
||||||
[bans]
|
[bans]
|
||||||
# Lint level for when multiple versions of the same crate are detected
|
# 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 `*`
|
# Lint level for when a crate version requirement is `*`
|
||||||
wildcards = "allow"
|
wildcards = "allow"
|
||||||
# The graph highlighting used when creating dotgraphs for crates
|
# The graph highlighting used when creating dotgraphs for crates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue