diff --git a/Cargo.toml b/Cargo.toml index ffe55c7..e5f2b66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ libc = ">=0.2.39" log = ">=0.4.6" vhost = { version = "0.1", features = ["vhost-user-slave"] } virtio-bindings = "0.1" -virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio" } +virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", rev = "6013dd9" } vm-memory = {version = "0.6", features = ["backend-mmap", "backend-atomic"]} vmm-sys-util = "0.8"