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

Merge pull request #7139 from cakebaker/deny_toml_remove_syn_from_skip_list

deny.toml: remove `syn` from skip list
This commit is contained in:
Sylvestre Ledru 2025-01-19 19:08:51 +01:00 committed by GitHub
commit 8b46229a9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,6 @@ allow = [
"BSD-3-Clause", "BSD-3-Clause",
"BSL-1.0", "BSL-1.0",
"CC0-1.0", "CC0-1.0",
"Unicode-DFS-2016",
"Unicode-3.0", "Unicode-3.0",
"Zlib", "Zlib",
] ]
@ -79,11 +78,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" },