mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: drop an invalid dependency in fuzz
The cloud-hypervisor package does not have a lib target, so it is invalid. Cargo just ignores that line. Dropping it removes a warning. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -31,9 +31,6 @@ vm-virtio = { path = "../vm-virtio" }
|
||||
vmm = { path = "../vmm", features = ["guest_debug"] }
|
||||
vmm-sys-util = "0.12.1"
|
||||
|
||||
[dependencies.cloud-hypervisor]
|
||||
path = ".."
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
members = ["."]
|
||||
|
||||
Reference in New Issue
Block a user