Skip to content

Commit 797a80c

Browse files
committed
chore(bench): fix could not find time in tokio
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
1 parent f96b1b2 commit 797a80c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ironrdp = { path = "../crates/ironrdp", features = [
1919
"__bench",
2020
] }
2121
pico-args = "0.5.0"
22-
tokio = { version = "1", features = ["sync", "fs"] }
22+
tokio = { version = "1", features = ["sync", "fs", "time"] }
2323
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2424
tracing = { version = "0.1", features = ["log"] }
2525

0 commit comments

Comments
 (0)