From 9250c2a091ebf2e3fcf97d24c664dd82c4b32bd1 Mon Sep 17 00:00:00 2001 From: ashthespy Date: Mon, 15 Jul 2019 21:56:03 +0200 Subject: [PATCH] Bump nix to fix arm compilation issues caused by PTRACE_GETFPXREGS and PTRACE_SETFPXREGS being removed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2978fa4..9ec733c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2" log = "0.4" multimap = "0.4" net2 = "0.2" -nix = "0.11" +nix = "0.14.1" rand = "0.5" tokio-core = "0.1"