We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7144a commit c7de6e1Copy full SHA for c7de6e1
Cargo.toml
@@ -29,8 +29,8 @@ tokio = { version = "1", optional = true }
29
tokio-uring = { version = "0.4.0", optional = true }
30
vmm-sys-util = { version = "0.10", optional = true }
31
vm-memory = { version = "0.9", features = ["backend-mmap"] }
32
-virtio-queue = { version = "0.4", optional = true }
33
-vhost = { version = "0.4", features = ["vhost-user-slave"], optional = true }
+virtio-queue = { version = "0.6", optional = true }
+vhost = { version = "0.5", features = ["vhost-user-slave"], optional = true }
34
35
[target.'cfg(target_os = "macos")'.dependencies]
36
core-foundation-sys = { version = ">=0.8", optional = true }
0 commit comments