From 6a647e9e781c9080b6990a9d2aec4585db4a66f7 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Sat, 3 Dec 2022 08:24:23 -0600 Subject: [PATCH] Upgrade nix dependency to 0.26.1, limit features (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: FĂ©lix Saparelli --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62c4841..55de775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,9 @@ features = ["io-util", "macros", "process", "rt"] optional = true [target.'cfg(unix)'.dependencies.nix] -version = "0.22.0" +version = "0.26.1" +default-features = false +features = ["fs", "poll", "signal"] [target.'cfg(windows)'.dependencies.winapi] version = "0.3.9"