Update and dedupe nix

This commit is contained in:
Bastien Orivel 2019-09-06 18:37:01 +02:00
parent 7a67261dce
commit c8aae12ff4
3 changed files with 32 additions and 44 deletions

View file

@ -30,5 +30,5 @@ lazy_static = "1.0"
mach = "0.2.3"
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
nix = "0.13"
nix = "0.14"
unwind-sys = "0.1.1"