1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

deny.toml: add redox_syscall to skip list

This commit is contained in:
Daniel Hofstetter 2023-09-08 07:27:19 +02:00
parent 5935602bad
commit 6a63acc983

View file

@ -89,6 +89,8 @@ skip = [
{ name = "bitflags", version = "1.3.2" },
# blake2b_simd
{ name = "constant_time_eq", version = "0.2.6" },
# various crates
{ name = "redox_syscall", version = "0.3.5" },
]
# spell-checker: enable