mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 21:09:31 +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"
|
futures = "0.3.15"
|
||||||
clap = { version = "4.5.40", features = ["cargo"] }
|
clap = { version = "4.5.40", features = ["cargo"] }
|
||||||
vsock = "0.2.3"
|
vsock = "0.2.3"
|
||||||
nix = "0.30.1"
|
nix = { version = "0.30.1", features = ["fs", "user"] }
|
||||||
libc = "0.2.94"
|
libc = "0.2.94"
|
||||||
serde = { version = "1.0.126", features = ["derive"] }
|
serde = { version = "1.0.126", features = ["derive"] }
|
||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
|
Reference in New Issue
Block a user