mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #8438 from cakebaker/deny_toml_remove_old_windows_sys
deny.toml: remove old `windows-sys` version from skip list
This commit is contained in:
commit
1b742bbcc2
1 changed files with 0 additions and 18 deletions
18
deny.toml
18
deny.toml
|
|
@ -54,45 +54,27 @@ highlight = "all"
|
|||
# introduces it.
|
||||
# spell-checker: disable
|
||||
skip = [
|
||||
# dns-lookup
|
||||
{ name = "windows-sys", version = "0.48.0" },
|
||||
# mio, nu-ansi-term, socket2
|
||||
{ name = "windows-sys", version = "0.52.0" },
|
||||
# anstyle-query
|
||||
{ name = "windows-sys", version = "0.59.0" },
|
||||
# windows-sys
|
||||
{ name = "windows-targets", version = "0.48.5" },
|
||||
# parking_lot_core
|
||||
{ name = "windows-targets", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_aarch64_gnullvm", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_aarch64_gnullvm", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_aarch64_msvc", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_aarch64_msvc", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_i686_gnu", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_i686_gnu", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_i686_gnullvm", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_i686_msvc", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_i686_msvc", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_gnu", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_gnu", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_gnullvm", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_gnullvm", version = "0.52.6" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_msvc", version = "0.48.5" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_msvc", version = "0.52.6" },
|
||||
# kqueue-sys, onig
|
||||
{ name = "bitflags", version = "1.3.2" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue