mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
trace-forwarder: Add nix features
Some of the nix apis we are using are now enabled by features, so add these to resolve the compilation issues Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -14,7 +14,7 @@ license = "Apache-2.0"
|
||||
futures = "0.3.15"
|
||||
clap = { version = "4.5.40", features = ["cargo"] }
|
||||
vsock = "0.2.3"
|
||||
nix = "0.30.1"
|
||||
nix = { version = "0.30.1", features = ["fs", "user"] }
|
||||
libc = "0.2.94"
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
bincode = "1.3.3"
|
||||
|
Reference in New Issue
Block a user