feat: fix WASM build for crates dependent on reth-payload-primitives (#12610)

This commit is contained in:
Federico Gimenez
2024-11-17 11:26:15 +01:00
committed by GitHub
parent bf92a5fb59
commit 2f3fde8fb5
10 changed files with 69 additions and 83 deletions

View File

@ -27,7 +27,7 @@ alloy-primitives.workspace = true
alloy-consensus.workspace = true
# async
tokio = { workspace = true, features = ["sync", "macros", "rt-multi-thread"] }
tokio = { workspace = true, default-features = false, features = ["sync", "macros"] }
tokio-stream = { workspace = true, features = ["sync"] }
# tracing