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:
parent
5935602bad
commit
6a63acc983
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue