mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
deny.toml: point users to cargo tree --duplicates
This commit is contained in:
@@ -35,7 +35,7 @@ ignore = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
multiple-versions = "deny"
|
multiple-versions = "deny" # Use `cargo tree --duplicates` to easily find duplicates
|
||||||
wildcards = "deny"
|
wildcards = "deny"
|
||||||
deny = [
|
deny = [
|
||||||
{ name = "cmake", reason = "It has hurt me too much" },
|
{ name = "cmake", reason = "It has hurt me too much" },
|
||||||
|
|||||||
Reference in New Issue
Block a user