Skip to content

Commit

Permalink
Update nix to 0.14 (#31)
Browse files Browse the repository at this point in the history
This is needed to fix breaking changes in libc on arm and s390x.
See: nix-rust/nix#1055
  • Loading branch information
cuviper authored and untitaker committed Jun 5, 2019
1 parent 1f6cf5d commit 830c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["/.travis.yml", "/Makefile", "/appveyor.yml"]
tempdir = "0.3"

[target.'cfg(unix)'.dependencies]
nix = "0.13.0"
nix = "0.14.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winbase"] }

0 comments on commit 830c89b

Please sign in to comment.