From 9dc1cf78fcdbfb839a4f8a3295147a1edeae845a Mon Sep 17 00:00:00 2001 From: Andrei Cravtov Date: Thu, 23 Apr 2026 14:41:28 +0100 Subject: [PATCH] enable nix fs support --- rust/babblerd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/babblerd/Cargo.toml b/rust/babblerd/Cargo.toml index 200a48dcb..3adde2296 100644 --- a/rust/babblerd/Cargo.toml +++ b/rust/babblerd/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true color-eyre = "0.6.5" futures-lite.workspace = true ipnet = "2.12.0" -nix = { version = "0.31", features = ["signal", "process", "user", "net"] } +nix = { version = "0.31", features = ["fs", "signal", "process", "user", "net"] } netdev = "0.42" ahash = "0.8.12" arrayvec = "0.7.6"