Allow syn duplicate until derivative updates its syn dependency
This commit is contained in:
parent
b288de13ae
commit
cd1cd0a337
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ deny = [
|
|||
|
||||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||
skip = [
|
||||
{ name = "bitflags" }
|
||||
{ name = "bitflags" },
|
||||
{ name = "syn" },
|
||||
#{ 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