We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee4be2 commit b379564Copy full SHA for b379564
.deny.toml
@@ -10,9 +10,8 @@ ignore = []
10
11
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
12
[bans]
13
-multiple-versions = "deny"
+multiple-versions = "warn"
14
wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/448
15
-skip = []
16
17
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
18
[licenses]
0 commit comments