Skip to content

Commit ff82d69

Browse files
committed
chore(ci): Don't fail on wildcards
See EmbarkStudios/cargo-deny#241
1 parent 44604fc commit ff82d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ignore = true
8888
# Lint level for when multiple versions of the same crate are detected
8989
multiple-versions = "warn"
9090
# Lint level for when a crate version requirement is `*`
91-
wildcards = "deny"
91+
wildcards = "warn"
9292
# The graph highlighting used when creating dotgraphs for crates
9393
# with multiple versions
9494
# * lowest-version - The path to the lowest versioned duplicate is highlighted

0 commit comments

Comments
 (0)