chore(ci): Don't fail on wildcards

See EmbarkStudios/cargo-deny#241
This commit is contained in:
Ed Page 2023-08-23 10:43:57 -05:00
parent 44604fc1d3
commit ff82d6960a

View file

@ -88,7 +88,7 @@ ignore = true
# Lint level for when multiple versions of the same crate are detected # Lint level for when multiple versions of the same crate are detected
multiple-versions = "warn" multiple-versions = "warn"
# Lint level for when a crate version requirement is `*` # Lint level for when a crate version requirement is `*`
wildcards = "deny" wildcards = "warn"
# The graph highlighting used when creating dotgraphs for crates # The graph highlighting used when creating dotgraphs for crates
# with multiple versions # with multiple versions
# * lowest-version - The path to the lowest versioned duplicate is highlighted # * lowest-version - The path to the lowest versioned duplicate is highlighted