mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: drop clap from dev-dependencies
Some crates don't need it at all. Some crates are using it for a simple functionality which can be replaced easily. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -20,5 +20,3 @@ virtio-queue = "0.7.0"
|
||||
vm-memory = "0.10.0"
|
||||
vmm-sys-util = "0.11.0"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.0.29", features = ["cargo"] }
|
||||
|
||||
Reference in New Issue
Block a user