rpc tracing to workspace (#4986)

This commit is contained in:
Supernovahs.eth
2023-10-11 21:49:06 +05:30
committed by GitHub
parent b076a01933
commit a2c62cdf61
11 changed files with 11 additions and 10 deletions

View File

@ -76,7 +76,7 @@ reth-primitives = { workspace = true, features = ["test-utils"] }
reth-network = { path = ".", features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }
reth-tracing.workspace = true
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
ethers-core = { workspace = true, default-features = false }