mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
deny.toml: add nom to skip list
This commit is contained in:
parent
fa0eb3dd15
commit
5b55405220
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ skip = [
|
|||
{ name = "itertools", version = "0.13.0" },
|
||||
# indexmap
|
||||
{ name = "hashbrown", version = "0.14.5" },
|
||||
# parse_datetime, cexpr (via bindgen)
|
||||
{ name = "nom", version = "7.1.3" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue