mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
meta: rename dev dependency package (#225)
* meta: remove unused reth-rlp test package * meta: rename dev dependency
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user