From 3d66ec08fb76e03cbc97b959051c52999a1a1d76 Mon Sep 17 00:00:00 2001 From: LimpidCrypto Date: Thu, 12 Sep 2024 18:03:25 +0000 Subject: [PATCH] fix tests by enabling time feature for tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3473ab0..da23c29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]