refactor: pull reth/common/rlp up to reth/rlp (#1146)

This commit is contained in:
Georgios Konstantopoulos
2023-02-02 13:54:13 -08:00
committed by GitHub
parent 16b3f1677c
commit 1f64d8e9d7
31 changed files with 21 additions and 21 deletions

View File

@ -27,7 +27,7 @@ tracing = "0.1.37"
metrics = "0.20.1"
thiserror = { version = "1", optional = true }
reth-rlp = { path = "../../common/rlp", optional = true }
reth-rlp = { path = "../../rlp", optional = true }
[dev-dependencies]
reth-db = { path = "../../storage/db", features = ["test-utils"] }
@ -36,7 +36,7 @@ reth-tracing = { path = "../../tracing" }
assert_matches = "1.5.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
reth-rlp = { path = "../../common/rlp" }
reth-rlp = { path = "../../rlp" }
thiserror = "1"
tempfile = "3.3"