mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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" },
|
{ name = "unicode-width", version = "0.1.13" },
|
||||||
# notify
|
# notify
|
||||||
{ name = "mio", version = "0.8.11" },
|
{ 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
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue