backend: Set rev for virtio-queue

The builds are failing since the remote branch's name is changed to
main from master. Fix it by adding the rev for virtio-queue.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Viresh Kumar 2021-09-03 13:10:58 +05:30 committed by Jiang Liu
parent 5dde7f196b
commit f0af5f7fc2

View file

@ -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"