mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
deny: add windows-sys
and its subcrates as duplicates
This commit is contained in:
parent
0eae0fdb74
commit
3973e8dd79
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,13 @@ skip = [
|
|||
{ name = "clap", version = "=3.2.22" },
|
||||
# bindgen (via selinux-sys & fts-sys)
|
||||
{ name = "clap_lex", version = "=0.2.4" },
|
||||
# windows-sys (via terminal_size, crossterm -> parking_lot, notify -> filetime)
|
||||
{ name = "windows-sys", version = "=0.36.1" },
|
||||
{ name = "windows_aarch64_msvc", version = "=0.36.1" },
|
||||
{ name = "windows_i686_gnu", version = "=0.36.1" },
|
||||
{ name = "windows_i686_msvc", version = "=0.36.1" },
|
||||
{ name = "windows_x86_64_gnu", version = "=0.36.1" },
|
||||
{ name = "windows_x86_64_msvc", version = "=0.36.1" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue