deps: rm unused deps (#10229)

This commit is contained in:
Thomas Coratger
2024-08-09 14:09:01 +02:00
committed by GitHub
parent 5716c20198
commit 3c709981da
5 changed files with 1 additions and 10 deletions

View File

@ -15,7 +15,6 @@ workspace = true
reth-primitives.workspace = true
reth-errors.workspace = true
reth-fs-util.workspace = true
reth-rpc.workspace = true
reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-engine-primitives.workspace = true
@ -46,7 +45,6 @@ tracing.workspace = true
[features]
optimism = [
"reth-rpc/optimism",
"reth-beacon-consensus/optimism",
"reth-ethereum-forks/optimism"
]