Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix: ensure ethers-solc has tokio-rt-multithread
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Mar 28, 2023
1 parent 5060fe6 commit bf146cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-solc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf146cd

Please sign in to comment.