Ignore bitflags in cargo-deny duplicate check
This commit is contained in:
parent
0a24ee0423
commit
990d66ed41
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ deny = [
|
|||
|
||||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||
skip = [
|
||||
{ name = "bitflags" }
|
||||
#{ name = "ansi_term", version = "=0.11.0" },
|
||||
]
|
||||
# Similarly to `skip` allows you to skip certain crates during duplicate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue