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 authored and mulkieran committed Sep 20, 2021
1 parent f443461 commit b2cf792
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 b2cf792

Please sign in to comment.