From e53267d62f4cc5c04cedbf7fc6032300d7610a46 Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Mon, 11 Nov 2024 09:48:42 +0400 Subject: [PATCH] Fix benchmark feat build for ddc-verification --- pallets/ddc-verification/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/ddc-verification/Cargo.toml b/pallets/ddc-verification/Cargo.toml index f9202fc8f..f96474491 100644 --- a/pallets/ddc-verification/Cargo.toml +++ b/pallets/ddc-verification/Cargo.toml @@ -69,6 +69,7 @@ std = [ "frame-election-provider-support/std", ] runtime-benchmarks = [ + "ddc-primitives/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks",