Skip to content

Commit

Permalink
Merge pull request #1552 from cuviper/nix-0.14
Browse files Browse the repository at this point in the history
Update nix to 0.14
  • Loading branch information
mulkieran authored Jun 14, 2019
2 parents cb1f20e + aee367c commit 9bf6570
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 9bf6570

Please sign in to comment.