chore: remove unused dependencies to speed up building time (#6882)

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
Delweng
2024-02-29 23:10:20 +08:00
committed by GitHub
parent b00e3f98be
commit 9468527aad
18 changed files with 0 additions and 87 deletions

View File

@ -15,9 +15,6 @@ workspace = true
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-provider.workspace = true
alloy-chains.workspace = true
# misc
cfg-if = "1.0.0"
[dev-dependencies]
reth-interfaces = { workspace = true, features = ["test-utils"] }