mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Merge pull request #5263 from cakebaker/add_redox_syscall_to_deny_toml
deny.toml: add redox_syscall to skip list
This commit is contained in:
commit
0cc6dc8ed5
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…
Reference in a new issue