Skip to content

Commit

Permalink
Update nix to 0.14
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 committed Jun 4, 2019
1 parent 2534396 commit 8bcf3ac
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 @@ -13,7 +13,7 @@ edition = "2018"

[dependencies]
libc = "0.2.36"
nix = "0.13"
nix = "0.14"
bitflags = "1"
serde = "1"
error-chain = "0.12"
Expand Down

0 comments on commit 8bcf3ac

Please sign in to comment.