mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Add windows-targets & its deps to deny.toml
This commit is contained in:
parent
63d8039d55
commit
d1349b30fa
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue