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 dfc0889 commit 95874a8
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 @@ authors = ["paul@colomiets.name"]

[dependencies]
libc = "0.2.28"
nix = "0.13"
nix = "0.14"
quick-error = "1.2.0"

[dev-dependencies]
Expand Down

0 comments on commit 95874a8

Please sign in to comment.