meta: rename dev dependency package (#225)

* meta: remove unused reth-rlp test package

* meta: rename dev dependency
This commit is contained in:
Matthias Seitz
2022-11-18 22:03:18 +01:00
committed by GitHub
parent 1767d375de
commit ae8f7a2dd6

View File

@ -16,7 +16,7 @@ ethereum-types = { version = "0.13", features = ["codec"], optional = true }
reth-rlp-derive = { version = "0.1", path = "../rlp-derive", optional = true }
[dev-dependencies]
reth-rlp-test = { path = ".", package = "reth-rlp", features = [
reth-rlp = { path = ".", package = "reth-rlp", features = [
"derive",
"std",
"ethnum",