Allow syn duplicate until derivative updates its syn dependency

This commit is contained in:
Jeremy Soller 2024-06-11 08:45:13 -06:00
parent b288de13ae
commit cd1cd0a337

View file

@ -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