mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Add windows-targets & its deps to deny.toml
This commit is contained in:
committed by
Sylvestre Ledru
parent
63d8039d55
commit
d1349b30fa
@@ -69,6 +69,15 @@ skip = [
|
||||
{ name = "linux-raw-sys", version = "0.1.4" },
|
||||
# is-terminal
|
||||
{ name = "windows-sys", version = "0.45.0" },
|
||||
{ name = "windows-targets", version = "0.42.2" },
|
||||
{ name = "windows_aarch64_gnullvm", version = "0.42.2" },
|
||||
{ name = "windows_aarch64_msvc", version = "0.42.2" },
|
||||
{ name = "windows_i686_gnu", version = "0.42.2" },
|
||||
{ name = "windows_i686_msvc", version = "0.42.2" },
|
||||
{ name = "windows_x86_64_gnu", version = "0.42.2" },
|
||||
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
|
||||
{ name = "windows_x86_64_msvc", version = "0.42.2" },
|
||||
|
||||
# tempfile
|
||||
{ name = "redox_syscall", version = "0.3.5" },
|
||||
# cpp_macros
|
||||
|
||||
Reference in New Issue
Block a user