mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: fix performance-metrics build
It suffered from the same issue like the main program after switching to Rust 2021 edition, but the issue was not caught by the CI. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
d1b2a3fca9
commit
65716f1376
@ -16,4 +16,4 @@ thiserror = "1.0.30"
|
||||
wait-timeout = "0.2.0"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "3.1.8", features = ["wrap_help"] }
|
||||
clap = { version = "3.1.8", features = ["cargo"] }
|
||||
|
Loading…
Reference in New Issue
Block a user