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:
Wei Liu
2024-05-28 22:24:15 +00:00
committed by Rob Bradford
parent 091ce85473
commit 8caf29ec01
2 changed files with 0 additions and 47 deletions

View File

@@ -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 = ["."]