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 4755344 commit 22600f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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]
lazy_static = "1.2.0"
nix = "0.13.0"
nix = "0.14.0"
bitflags = "1.0.4"
term = "0.5.1"
unicode-width = "0.1.5"
Expand Down

0 comments on commit 22600f1

Please sign in to comment.