build: Use same virtio-bindings version

Consistently use the crates.io 0.1.0 version based on Linux 5.0.0

Fixes: #1192

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-05-20 11:13:06 +01:00
committed by Sebastien Boeuf
parent 3947809c36
commit 8ae7a38da5
3 changed files with 7 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ vhost_user_backend = { path = "vhost_user_backend"}
vhost_user_block = { path = "vhost_user_block"}
vhost_user_fs = { path = "vhost_user_fs"}
vhost_user_net = { path = "vhost_user_net"}
virtio-bindings = "0.1.0"
virtio-bindings = { version = "0.1", features = ["virtio-v5_0_0"]}
vmm = { path = "vmm" }
vm-device = { path = "vm-device" }
vm-memory = "0.2.0"