From 3f89a5aac17106d69a2b273e046cd7563e0245c2 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 6e8c0276..bff86939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ unicode-segmentation = "1.0" encode_unicode = "0.1.3" [target.'cfg(unix)'.dependencies] -nix = "0.7" +nix = "0.8" [target.'cfg(windows)'.dependencies] winapi = "0.2" -- GitLab