build: Bump virtio-queue version to 0.3

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-05-11 10:28:10 +01:00 committed by Sergio Lopez
parent 12b37dcb07
commit 14f58eda14

View file

@ -12,7 +12,7 @@ libc = ">=0.2.39"
log = ">=0.4.6"
vhost = { version = "0.4", features = ["vhost-user-slave"] }
virtio-bindings = "0.1"
virtio-queue = "0.2"
virtio-queue = "0.3"
vm-memory = {version = ">=0.7", features = ["backend-mmap", "backend-atomic"]}
vmm-sys-util = "0.9"