From 1be5ecca34de3165c8a4f3f1e7a1a5673e598d19 Mon Sep 17 00:00:00 2001 From: arriqaaq Date: Thu, 14 Nov 2024 16:24:13 +0530 Subject: [PATCH] chore: fix build issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75f2056..50df672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lru = "0.12.0" async-channel = "2.3.1" futures = "0.3.30" bytes = "1.5.0" -tokio = { version = "1.36", features = ["rt", "sync"] } +tokio = { version = "1.36", features = ["rt", "sync", "rt-multi-thread"] } quick_cache = "0.6.0" vart = "0.7.0" revision = "0.10.0"