From 14f58eda14076e973704d4f904850be1146fbb05 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 11 May 2022 10:28:10 +0100 Subject: [PATCH] build: Bump virtio-queue version to 0.3 Signed-off-by: Rob Bradford --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5e339e..df41ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"