mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Add duplicate packages to deny ban skips
Duplicates of humantime_to_duration and time can be removed when touch switches from time to chrono
This commit is contained in:
parent
42a22c12f1
commit
2842d1fa0f
1 changed files with 5 additions and 2 deletions
|
@ -76,8 +76,11 @@ skip = [
|
||||||
{ name = "windows_x86_64_msvc", version = "0.42.2" },
|
{ name = "windows_x86_64_msvc", version = "0.42.2" },
|
||||||
# tempfile
|
# tempfile
|
||||||
{ name = "redox_syscall", version = "0.3.5" },
|
{ name = "redox_syscall", version = "0.3.5" },
|
||||||
# cpp_macros
|
# chrono -> time
|
||||||
{ name = "aho-corasick", version = "0.7.19" },
|
{ name = "wasi", version = "0.10.0+wasi-snapshot-preview1" },
|
||||||
|
# touch can be remove when touch switches from time to chrono
|
||||||
|
{ name = "humantime_to_duration", version = "0.2.1" },
|
||||||
|
{ name = "time", version = "0.3.20" },
|
||||||
]
|
]
|
||||||
# spell-checker: enable
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue