reth-primitives: Hide alloy-consensus/arbitrary behind reth-primitives/arbitrary (#8821)

This commit is contained in:
Nikolai Golub
2024-06-14 13:13:36 +02:00
committed by GitHub
parent fc770423b3
commit f3bd255007

View File

@ -24,7 +24,7 @@ revm-primitives = { workspace = true, features = ["serde"] }
# ethereum
alloy-chains = { workspace = true, features = ["serde", "rlp"] }
alloy-consensus = { workspace = true, features = ["arbitrary", "serde"] }
alloy-consensus = { workspace = true, features = ["serde"] }
alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-rpc-types = { workspace = true, optional = true }
@ -96,6 +96,7 @@ arbitrary = [
"nybbles/arbitrary",
"alloy-trie/arbitrary",
"alloy-chains/arbitrary",
"alloy-consensus/arbitrary",
"alloy-eips/arbitrary",
"dep:arbitrary",
"dep:proptest",