mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
deny.toml: add bitflags to skip list
This commit is contained in:
parent
76b8c2925e
commit
0f5b6e8978
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ skip = [
|
||||||
{ name = "aho-corasick", version = "0.7.19" },
|
{ name = "aho-corasick", version = "0.7.19" },
|
||||||
# various crates
|
# various crates
|
||||||
{ name = "syn", version = "1.0.109" },
|
{ name = "syn", version = "1.0.109" },
|
||||||
|
# various crates
|
||||||
|
{ name = "bitflags", version = "1.3.2" },
|
||||||
]
|
]
|
||||||
# spell-checker: enable
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue