mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
Upgrade nix to 0.24, limit features
This removes memoffset as an indirect dependency, and should decrease build times slightly. Signed-off-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
This commit is contained in:
@@ -14,7 +14,7 @@ readme = "README.md"
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
regex = "1.1"
|
||||
nix = "0.23.0"
|
||||
nix = { version = "0.24", default-features = false, features = ["event", "fs", "process"] }
|
||||
libc = "0.2"
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user