Update to nix 0.14.

Instead of using a mix of nix 0.12 & 0.13
This commit is contained in:
Johan Andersson
2019-07-11 12:28:56 +02:00
parent 0c4a8f77d2
commit b41040cc59
5 changed files with 10 additions and 23 deletions

View File

@ -12,7 +12,7 @@ hashbrown = "0.1.8"
smallvec = "0.6.8"
goblin = "0.0.20"
libc = "0.2.49"
nix = "0.13.0"
nix = "0.14.0"
capstone = { version = "0.5.0", optional = true }
[build-dependencies]