Cargo: update vhost dependency to v0.2.0
In addition to bringing the features from the new vhost crate, this fixes the breakage caused by rust-vmm/vmm-sys-util#135 Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
a866ed1d66
commit
f4ee3226c0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ license = "Apache-2.0"
|
|||
epoll = ">=4.0.1"
|
||||
libc = ">=0.2.39"
|
||||
log = ">=0.4.6"
|
||||
vhost = { version = "0.1", features = ["vhost-user-slave"] }
|
||||
vhost = { version = "0.2", features = ["vhost-user-slave"] }
|
||||
virtio-bindings = "0.1"
|
||||
virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", rev = "6013dd9" }
|
||||
vm-memory = {version = "0.6", features = ["backend-mmap", "backend-atomic"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue