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:
Wei Liu 2022-04-11 13:12:30 +00:00 committed by Rob Bradford
parent d1b2a3fca9
commit 65716f1376

View File

@ -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"] }