Cargo: Move to crates.io vmm-sys-util

Use the newly published 0.1.1 version.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-10-08 13:43:28 +02:00
committed by Sebastien Boeuf
parent 5652cc7a05
commit 14eb071b29
13 changed files with 25 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls", branch = "master"
libc = "0.2.60"
log = "0.4.8"
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
vmm-sys-util = "0.1.1"
[dev-dependencies]
tempfile = "3.1.0"