From 1383b7b178726baf8148271da90baedbcd9ef6db Mon Sep 17 00:00:00 2001 From: Abhijit Roy Date: Sat, 2 Nov 2024 23:09:06 +0530 Subject: [PATCH] Fix for wasm runtime --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9a8249..359be96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ once_cell = "1.20.2" reqwest = { version = "0.12.9", features = ["json"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.41.0", features = ["macros", "rt"] }