mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
build: fix cargo fuzz build
The dependency on vm-memory was not updated by dependabot. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
aec0d309ee
commit
62c6efb2e5
@ -17,7 +17,7 @@ seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v
|
||||
virtio-devices = { path = "../virtio-devices" }
|
||||
vmm-sys-util = ">=0.3.1"
|
||||
vm-virtio = { path = "../vm-virtio" }
|
||||
vm-memory = "0.4.0"
|
||||
vm-memory = "0.5.0"
|
||||
|
||||
[dependencies.cloud-hypervisor]
|
||||
path = ".."
|
||||
|
Loading…
x
Reference in New Issue
Block a user