From 95874a87e050c12f124f74032a15fec490fef216 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 4 Jun 2019 16:06:01 -0700 Subject: [PATCH] Update nix to 0.14 This is needed to fix breaking changes in libc on arm and s390x. See: https://github.com/nix-rust/nix/pull/1055 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19486ff8a..bddfb2b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["paul@colomiets.name"] [dependencies] libc = "0.2.28" -nix = "0.13" +nix = "0.14" quick-error = "1.2.0" [dev-dependencies]