mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
deny.toml: add windows-sys 0.52.0 to skip list
This commit is contained in:
parent
9fcf3ee48b
commit
5db3b47ecb
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ skip = [
|
|||
{ name = "windows-sys", version = "0.45.0" },
|
||||
# various crates
|
||||
{ name = "windows-sys", version = "0.48.0" },
|
||||
# various crates
|
||||
{ name = "windows-sys", version = "0.52.0" },
|
||||
# windows-sys
|
||||
{ name = "windows-targets", version = "0.42.2" },
|
||||
# windows-sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue