chore: rm default features (#5366)

This commit is contained in:
Matthias Seitz
2023-11-09 00:58:44 +01:00
committed by GitHub
parent 011494dff4
commit ef8677f33f

View File

@ -12,7 +12,7 @@ description = "Reth RPC testing helpers"
# reth # reth
reth-primitives.workspace = true reth-primitives.workspace = true
reth-rpc-types.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
async-trait.workspace = true async-trait.workspace = true