mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
add unicode-width to the skip list of cargo-deny
This commit is contained in:
parent
5d10702467
commit
0f74ae05c9
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ skip = [
|
|||
{ name = "bitflags", version = "1.3.2" },
|
||||
# clap_builder, textwrap
|
||||
{ name = "terminal_size", version = "0.2.6" },
|
||||
# ansi-width, console, os_display
|
||||
{ name = "unicode-width", version = "0.1.13" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue