1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

deny.toml: remove syn from skip list

This commit is contained in:
Daniel Hofstetter 2025-01-15 07:20:40 +01:00
parent 7673969073
commit e642b16534

View file

@ -79,11 +79,9 @@ skip = [
{ name = "windows_x86_64_gnullvm", version = "0.48.0" }, { name = "windows_x86_64_gnullvm", version = "0.48.0" },
# windows-targets # windows-targets
{ name = "windows_x86_64_msvc", version = "0.48.0" }, { name = "windows_x86_64_msvc", version = "0.48.0" },
# data-encoding-macro-internal
{ name = "syn", version = "1.0.109" },
# various crates # various crates
{ name = "bitflags", version = "1.3.2" }, { name = "bitflags", version = "1.3.2" },
# clap_builder, textwrap # textwrap
{ name = "terminal_size", version = "0.2.6" }, { name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display # ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" }, { name = "unicode-width", version = "0.1.13" },