chore(txpool): bench requires arbitrary feature (#4204)

This commit is contained in:
Roman Krasiuk
2023-08-15 14:25:15 +03:00
committed by GitHub
parent 9a80f32a66
commit 8c56cc2f88

View File

@@ -62,5 +62,5 @@ arbitrary = ["proptest", "reth-primitives/arbitrary"]
[[bench]]
name = "reorder"
required-features = ["test-utils"]
required-features = ["test-utils", "arbitrary"]
harness = false