Skip to content

Commit

Permalink
Hide alloy-consensus/arbitrary behind reth-primitives/arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Jun 14, 2024
1 parent bc15e6c commit ec36470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -96,6 +96,7 @@ arbitrary = [
"nybbles/arbitrary",
"alloy-trie/arbitrary",
"alloy-chains/arbitrary",
"alloy-consensus/arbitrary",
"alloy-eips/arbitrary",
"dep:arbitrary",
"dep:proptest",
Expand Down

0 comments on commit ec36470

Please sign in to comment.