mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore(bench): fix could not find time in tokio
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
03cac54ada
commit
fc604a567b
+1
-1
@@ -19,7 +19,7 @@ ironrdp = { path = "../crates/ironrdp", features = [
|
||||
"__bench",
|
||||
] }
|
||||
pico-args = "0.5.0"
|
||||
tokio = { version = "1", features = ["sync", "fs"] }
|
||||
tokio = { version = "1", features = ["sync", "fs", "time"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user