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:
parent
5dde7f196b
commit
f0af5f7fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue