primitives: rm alloy_genesis reexport (#11181)

This commit is contained in:
Thomas Coratger
2024-09-25 01:15:19 +02:00
committed by GitHub
parent c09bb04950
commit 3bd966c594
14 changed files with 24 additions and 14 deletions

View File

@ -31,7 +31,6 @@ alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-rpc-types = { workspace = true, optional = true }
alloy-serde = { workspace = true, optional = true }
alloy-genesis.workspace = true
alloy-eips = { workspace = true, features = ["serde"] }
# optimism
@ -70,6 +69,7 @@ revm-primitives = { workspace = true, features = ["arbitrary"] }
reth-chainspec.workspace = true
reth-codecs.workspace = true
alloy-eips = { workspace = true, features = ["arbitrary"] }
alloy-genesis.workspace = true
assert_matches.workspace = true
arbitrary = { workspace = true, features = ["derive"] }