From ff77a2e29e37d338e21ff4f0e93bc438a07c5533 Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 2 Sep 2022 10:56:48 +0200 Subject: [PATCH] Revert "Bump nix from 0.24.2 to 0.25.0" This reverts commit 448ed6dfe5b57fb836bd910eb2b339eaca12da2c. --- Cargo.lock | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69cf058..03a483e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ "jemallocator", "libc", "lscolors", - "nix 0.25.0", + "nix 0.24.2", "normpath", "num_cpus", "once_cell", @@ -391,6 +391,17 @@ dependencies = [ "memoffset", ] +[[package]] +name = "nix" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" +dependencies = [ + "bitflags", + "cfg-if", + "libc", +] + [[package]] name = "nix" version = "0.25.0" diff --git a/Cargo.toml b/Cargo.toml index 6df4d2d..1d4e4f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped"] [target.'cfg(unix)'.dependencies] users = "0.11.0" -nix = { version = "0.25.0", default-features = false, features = ["signal"] } +nix = { version = "0.24.2", default-features = false, features = ["signal"] } [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies] libc = "0.2"