mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: pull reth/common/rlp up to reth/rlp (#1146)
This commit is contained in:
committed by
GitHub
parent
16b3f1677c
commit
1f64d8e9d7
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user