1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Revert accidental removal of skipped deny

This commit is contained in:
Wandering Lethe 2023-06-05 23:01:26 +02:00
parent 2842d1fa0f
commit 1ff4684f8a
No known key found for this signature in database
GPG key ID: 5010D8303D6CC36E

View file

@ -76,6 +76,8 @@ 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
{ name = "aho-corasick", version = "0.7.19" },
# chrono -> time # chrono -> time
{ name = "wasi", version = "0.10.0+wasi-snapshot-preview1" }, { name = "wasi", version = "0.10.0+wasi-snapshot-preview1" },
# touch can be remove when touch switches from time to chrono # touch can be remove when touch switches from time to chrono