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:
commit
8b46229a9f
1 changed files with 1 additions and 4 deletions
|
@ -25,7 +25,6 @@ allow = [
|
|||
"BSD-3-Clause",
|
||||
"BSL-1.0",
|
||||
"CC0-1.0",
|
||||
"Unicode-DFS-2016",
|
||||
"Unicode-3.0",
|
||||
"Zlib",
|
||||
]
|
||||
|
@ -79,11 +78,9 @@ skip = [
|
|||
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
||||
# data-encoding-macro-internal
|
||||
{ name = "syn", version = "1.0.109" },
|
||||
# various crates
|
||||
{ name = "bitflags", version = "1.3.2" },
|
||||
# clap_builder, textwrap
|
||||
# textwrap
|
||||
{ name = "terminal_size", version = "0.2.6" },
|
||||
# ansi-width, console, os_display
|
||||
{ name = "unicode-width", version = "0.1.13" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue