Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore(deny.toml): allow multiple versions
Lars Wirzenius committed 1 year ago
commit 23ad83a9696c65e93a77352bf858f2f45f9f1cd3
parent c7d4f19
1 file changed +1 -1
modified deny.toml
@@ -75,7 +75,7 @@ registries = []
# This section is considered when running `cargo deny check bans`.
[bans]
# Lint level for when multiple versions of the same crate are detected
-
multiple-versions = "warn"
+
multiple-versions = "allow"
# Lint level for when a crate version requirement is `*`
wildcards = "allow"
# The graph highlighting used when creating dotgraphs for crates