mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm more alloy_primitives reexports (#11222)
This commit is contained in:
@ -21,6 +21,7 @@ reth-consensus-common.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-storage-api.workspace = true
|
||||
reth-trie = { workspace = true, optional = true }
|
||||
alloy-primitives.workspace = true
|
||||
|
||||
# revm
|
||||
revm.workspace = true
|
||||
@ -28,6 +29,7 @@ revm.workspace = true
|
||||
[dev-dependencies]
|
||||
reth-trie.workspace = true
|
||||
reth-ethereum-forks.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std", "c-kzg"]
|
||||
|
||||
Reference in New Issue
Block a user