mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7390 from cakebaker/deny_toml_remove_three_crates_from_skip_list
deny.toml: remove three crates from skip list
This commit is contained in:
commit
320486e2a3
1 changed files with 0 additions and 6 deletions
|
@ -54,10 +54,6 @@ highlight = "all"
|
||||||
# introduces it.
|
# introduces it.
|
||||||
# spell-checker: disable
|
# spell-checker: disable
|
||||||
skip = [
|
skip = [
|
||||||
# rustix
|
|
||||||
{ name = "linux-raw-sys", version = "0.3.8" },
|
|
||||||
# terminal_size
|
|
||||||
{ name = "rustix", version = "0.37.26" },
|
|
||||||
# various crates
|
# various crates
|
||||||
{ name = "windows-sys", version = "0.48.0" },
|
{ name = "windows-sys", version = "0.48.0" },
|
||||||
# mio, nu-ansi-term, socket2
|
# mio, nu-ansi-term, socket2
|
||||||
|
@ -80,8 +76,6 @@ skip = [
|
||||||
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
||||||
# kqueue-sys, onig, rustix
|
# kqueue-sys, onig, rustix
|
||||||
{ name = "bitflags", version = "1.3.2" },
|
{ name = "bitflags", version = "1.3.2" },
|
||||||
# textwrap
|
|
||||||
{ 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" },
|
||||||
# filedescriptor, utmp-classic
|
# filedescriptor, utmp-classic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue