mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
deny.toml: add thiserror & thiserror-impl
to skip list
This commit is contained in:
parent
91dc89c3ba
commit
c38897b101
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ skip = [
|
|||
{ name = "unicode-width", version = "0.1.13" },
|
||||
# notify
|
||||
{ name = "mio", version = "0.8.11" },
|
||||
# various crates
|
||||
{ name = "thiserror", version = "1.0.69" },
|
||||
# thiserror
|
||||
{ name = "thiserror-impl", version = "1.0.69" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue