mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: fix WASM build for crates dependent on reth-payload-primitives (#12610)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user