From c0d6f649bf026b0a224739031026199559217112 Mon Sep 17 00:00:00 2001 From: Ryan Kurte Date: Wed, 22 May 2019 14:53:19 +1200 Subject: [PATCH] bump nix to 0.14 to fix compilation issues --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7706d2381..ea6a4d6be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ half-duplex SPI access, and full-duplex SPI access. [dependencies] libc = "0.2.2" bitflags = "0.3.3" -nix = "0.6.0" +nix = "0.14.0"