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

Get rid of redox-specific code

All of the specific functions are covered by relibc
This commit is contained in:
Andrey Turkin 2024-10-17 12:49:30 +03:00
parent b19897fa6c
commit b7819c0731
4 changed files with 40 additions and 48 deletions

View file

@ -320,7 +320,6 @@ quick-error = "2.0.1"
rand = { version = "0.8.5", features = ["small_rng"] }
rand_core = "0.6.4"
rayon = "1.10"
redox_syscall = "0.5.1"
regex = "1.10.4"
rstest = "0.23.0"
rust-ini = "0.21.0"