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 425e56e commit 0cdaa3f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 27 deletions.
67 changes: 41 additions & 26 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 @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
dbus = {version = "0.6.4", optional = true}
clap = "2"
nix = "0.13"
nix = "0.14"
devicemapper = "0.27.0"
crc = "1"
byteorder = "1"
Expand Down

0 comments on commit 0cdaa3f

Please sign in to comment.