Skip to content

Commit

Permalink
chore: rm default features (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 8, 2023
1 parent 011494d commit ef8677f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-testing-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef8677f

Please sign in to comment.