mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: rm default features (#5366)
This commit is contained in:
@ -12,7 +12,7 @@ description = "Reth RPC testing helpers"
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
reth-rpc-api = { workspace = true, default-features = false, features = ["client"] }
|
||||
reth-rpc-api = { workspace = true, features = ["client"] }
|
||||
|
||||
# async
|
||||
async-trait.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user