Skip to content

Commit cda6811

Browse files
committed
disable deny duplicates check
1 parent 241e1c2 commit cda6811

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deny.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ignore = [
1515
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
1616
[bans]
1717
# Lint level for when multiple versions of the same crate are detected
18-
multiple-versions = "warn"
18+
multiple-versions = "allow"
1919
# Lint level for when a crate version requirement is `*`
2020
wildcards = "allow"
2121
highlight = "all"
@@ -29,9 +29,6 @@ skip = []
2929
# by default infinite
3030
skip-tree = []
3131

32-
[graph.duplicate]
33-
level = "warn"
34-
3532
[licenses]
3633
version = 2
3734
confidence-threshold = 0.8

0 commit comments

Comments
 (0)