From: Ian Jackson Date: Fri, 23 Feb 2024 11:31:56 +0000 (+0000) Subject: nix: Explicitly enable the features we need X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ca5421adcfee197823d6148dc153e63974801583;p=hippotat.git nix: Explicitly enable the features we need Prep for 0.27. Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 8f9c668..e396b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ libc = "0.2" # just for EISDIR due to IsADirectory log = "0.4.14" memchr = "2" mime = "0.3.4" -nix = ">=0.25, <0.27" +nix = { version = ">=0.25, <0.27", features = ["fs", "process", "signal", "uio"] } parking_lot = ">= 0.11, < 0.13" pin-project-lite = "0.2" regex = "1.5"