Skip to content

Commit

Permalink
fix tests by enabling time feature for tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Sep 12, 2024
1 parent 43d53df commit 3d66ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ std = [
"futures/std",
]
# runtimes
tokio-rt = ["tokio"]
tokio-rt = ["tokio/time"]
embassy-rt = ["dep:embassy-time"]
actix-rt = ["dep:actix-rt"]
async-std-rt = ["dep:async-std"]
Expand Down

0 comments on commit 3d66ec0

Please sign in to comment.