Ignore bitflags in cargo-deny duplicate check

This commit is contained in:
Jeremy Soller 2024-02-07 14:49:49 -07:00
parent 0a24ee0423
commit 990d66ed41
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

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