Skip to content

Commit

Permalink
fix(rust): Only warn on crates with multiple versions because we can;…
Browse files Browse the repository at this point in the history
…t control what our dependencies depend on.
  • Loading branch information
stevenj committed May 8, 2024
1 parent 4594fe1 commit 2001a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/stdcfgs/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ignore = [
]

[bans]
multiple-versions = "deny"
multiple-versions = "warn"
wildcards = 'deny'
deny = [
# { crate = "git2", use-instead = "gix" },
Expand Down

0 comments on commit 2001a36

Please sign in to comment.