mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 14:41:23 +00:00
Merge pull request #16 from vireshk/i2c-breakage
i2c: Fix dependency to a working commit of backend
This commit is contained in:
commit
28bb62a9c7
@ -17,7 +17,7 @@ epoll = "4.3"
|
||||
libc = ">=0.2.95"
|
||||
log = ">=0.4.6"
|
||||
vhost = { version = "0.1", features = ["vhost-user-slave"] }
|
||||
vhost-user-backend = { git = "https://github.com/rust-vmm/vhost-user-backend" }
|
||||
vhost-user-backend = { git = "https://github.com/rust-vmm/vhost-user-backend", rev = "f0af5f7fc22a345e050123dc048c0639965fe652" }
|
||||
virtio-bindings = ">=0.1"
|
||||
vm-memory = "0.6"
|
||||
vmm-sys-util = ">=0.8.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user