From 738f2c83e67e12a7c01b77d00b91d8fa146cc8e6 Mon Sep 17 00:00:00 2001 From: mexus Date: Sat, 8 Aug 2020 18:21:29 +0300 Subject: [PATCH] Update nix to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7b5fcd608..3d469ceb5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ unicode-segmentation = "1.0" memchr = "2.0" [target.'cfg(unix)'.dependencies] -nix = "0.17" +nix = "0.18" utf8parse = "0.2" skim = { version = "0.7", optional = true }