Skip to content

Commit

Permalink
meta: Deny including multiple versions of image
Browse files Browse the repository at this point in the history
To prevent ruffle-rs#15836 from reoccurring.
  • Loading branch information
torokati44 committed May 16, 2024
1 parent bf445eb commit acce003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ multiple-versions = "warn"

# We are manually pinning `tracing-tracy` to match the version used by
# `profiling`, but this can get stale easily.
deny = [{ name = "tracy-client", deny-multiple-versions = true }]
deny = [
{ name = "tracy-client", deny-multiple-versions = true },
{ name = "image", deny-multiple-versions = true },
]

[sources]
# Lint level for what to happen when a crate from a crate registry that is not
Expand Down

0 comments on commit acce003

Please sign in to comment.