diff --git a/crates/transaction-pool/Cargo.toml b/crates/transaction-pool/Cargo.toml index 5cf13b2575..ff7e1ee799 100644 --- a/crates/transaction-pool/Cargo.toml +++ b/crates/transaction-pool/Cargo.toml @@ -62,5 +62,5 @@ arbitrary = ["proptest", "reth-primitives/arbitrary"] [[bench]] name = "reorder" -required-features = ["test-utils"] +required-features = ["test-utils", "arbitrary"] harness = false