From 44f026a7b41a0ae89b2a92588a49cc00655137a5 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 28 Feb 2024 14:50:09 +0100 Subject: [PATCH] chore: add required bench feature (#6841) --- crates/primitives/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index b2d1a87b68..09bb13362d 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -119,6 +119,7 @@ harness = false [[bench]] name = "validate_blob_tx" +required-features = ["arbitrary"] harness = false [[bench]]