Skip to content

Commit

Permalink
deny: Disallow duplicate dependency versions again
Browse files Browse the repository at this point in the history
Partially reverts 587bb5c.
  • Loading branch information
MarijnS95 committed Nov 7, 2023
1 parent aecd4c7 commit 2c987b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c987b6

Please sign in to comment.