1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

add unicode-width to the skip list of cargo-deny

This commit is contained in:
Sylvestre Ledru 2024-11-13 09:49:26 +01:00 committed by GitHub
parent 5d10702467
commit 0f74ae05c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,6 +102,8 @@ skip = [
{ name = "bitflags", version = "1.3.2" }, { name = "bitflags", version = "1.3.2" },
# clap_builder, textwrap # clap_builder, textwrap
{ name = "terminal_size", version = "0.2.6" }, { name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
] ]
# spell-checker: enable # spell-checker: enable