From 8e3d939d0508cbe66810af22f92f0ca82ed20b4e Mon Sep 17 00:00:00 2001 From: EETagent Date: Sat, 29 Oct 2022 21:07:56 +0200 Subject: [PATCH] fix: tests in core --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index be620cd..3ad5fde 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -43,5 +43,5 @@ features = [ ] [dev-dependencies] -tokio = "^1.21" +tokio = { version = "^1.21", features = ["macros"] } async-tempfile = "^0.2" \ No newline at end of file