mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
Upgrade nix to 0.24.1, ctrlc to 3.2.2
Limit nix features, which should help compile times slightly. Replace usage of deprecated nix functionality with std equivalent.
This commit is contained in:
parent
91ccdb6479
commit
363a2a5611
11 changed files with 19 additions and 17 deletions
|
@ -401,7 +401,7 @@ hex-literal = "0.3.1"
|
|||
rlimit = "0.8.3"
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
nix = "0.23.1"
|
||||
nix = { version = "0.24.1", default-features = false, features = ["process", "signal", "user"] }
|
||||
rust-users = { version="0.10", package="users" }
|
||||
unix_socket = "0.5.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue