1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +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:
Wandering Lethe 2023-06-05 22:54:26 +02:00
parent 42a22c12f1
commit 2842d1fa0f
No known key found for this signature in database
GPG key ID: 5010D8303D6CC36E

View file

@ -76,8 +76,11 @@ skip = [
{ name = "windows_x86_64_msvc", version = "0.42.2" },
# tempfile
{ name = "redox_syscall", version = "0.3.5" },
# cpp_macros
{ name = "aho-corasick", version = "0.7.19" },
# chrono -> time
{ 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