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 Jun 25, 2019
1 parent e76451d commit 879b7fc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 62 deletions.
95 changes: 35 additions & 60 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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 All @@ -20,7 +20,7 @@ tempfile = "3.0.1"
log = "0.4"
env_logger="0.5"
libc = "0.2.47"
libmount = "0.1.10"
libmount = "0.1.13"
libudev = "0.2.0"
lazy_static = "1.0.0"
timerfd = "1.0.0"
Expand Down

0 comments on commit 879b7fc

Please sign in to comment.