From c1018fe1ad6411afbb0b343eaf55c699368ba56c Mon Sep 17 00:00:00 2001 From: gwenn <gtreguier@gmail.com> Date: Fri, 3 Mar 2017 19:40:44 +0100 Subject: [PATCH] Upgrade to nix 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5da9df2c..a58ffcd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ unicode-width = "0.1" unicode-segmentation = "1.0" [target.'cfg(unix)'.dependencies] -nix = "0.7" +nix = "0.8" [target.'cfg(windows)'.dependencies] winapi = "0.2" -- GitLab