Skip to content

Commit b379564

Browse files
committed
Do not stop CI by cargo-deny multiple-versions error
1 parent cee4be2 commit b379564

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ ignore = []
1010

1111
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
1212
[bans]
13-
multiple-versions = "deny"
13+
multiple-versions = "warn"
1414
wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/448
15-
skip = []
1615

1716
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
1817
[licenses]

0 commit comments

Comments
 (0)