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" },
# 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