Skip to content

Commit 92c390f

Browse files
committed
fix benchmark build fail #664
Signed-off-by: DogDu <[email protected]>
1 parent edb4d96 commit 92c390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rand = "0.8"
2222
rand_distr = "0.4"
2323
rand_xorshift = "0.3"
2424
futures-timer = "3.0"
25-
clap = "4.5"
25+
clap = { version = "4.5", features = ["derive"] }
2626
log = "0.4"
2727
slog = "2.0"
2828
slog-async = "2.1"

0 commit comments

Comments
 (0)