From bf146cd9715cd6a83a7f6897a3c966570e7cdf12 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 28 Mar 2023 10:54:23 -0700 Subject: [PATCH] fix: ensure ethers-solc has tokio-rt-multithread --- ethers-solc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 0943167fd..d4102ceb7 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -64,7 +64,7 @@ svm = { package = "svm-rs", version = "0.2", default-features = false, features "blocking", ], optional = true } svm-builds = { package = "svm-rs-builds", version = "0.1", optional = true } -tokio = { workspace = true, features = ["rt"] } +tokio = { workspace = true, features = ["rt-multi-thread"] } [target.'cfg(target_arch = "wasm32")'.dependencies] # NOTE: this enables wasm compatibility for getrandom indirectly