mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 16:29:45 +00:00
rng: Switch to common vmm-sys-util version
Both GPIO and I2C crates use a different version of vmm-sys-util (=0.9.0), switch to that instead of the latest. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
parent
c9e65a3a43
commit
69ebcdace0
@ -23,7 +23,7 @@ vhost-user-backend = "0.5"
|
||||
virtio-bindings = ">=0.1"
|
||||
virtio-queue = "0.4"
|
||||
vm-memory = ">=0.8"
|
||||
vmm-sys-util = ">=0.9.0"
|
||||
vmm-sys-util = "=0.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
virtio-queue = { version = "0.4", features = ["test-utils"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user