From 86ccd0566edf97849079889a80e67669332c37cb Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 2 Apr 2019 23:29:36 +0000 Subject: Fix BSD build failure This updates all dependencies removing any reference to nix 0.12 which prevents successful builds on OpenBSD. Fixes #2244. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 860b6740..b4e41196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ time = "0.1.40" crossbeam-channel = "0.3.8" [target.'cfg(unix)'.dependencies] -nix = "0.12" +nix = "0.13" signal-hook = { version = "0.1", features = ["mio-support"] } [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies] -- cgit v1.2.3