CI/CD: Allow multiple versions of dependencies in deny jobs.

This commit is contained in:
Brian Smith 2020-11-30 10:43:31 -08:00
parent 23c99898cb
commit b85171a353

View File

@ -20,7 +20,9 @@ license-files = [
]
[bans]
multiple-versions = "deny"
# We don't maintain a fixed Cargo.lock so enforcing
# `multiple-versions = "deny"` is impractical.
multiple-versions = "allow"
wildcards = "deny"
[sources]