From c1aac561be4256729471afd576c81a42c8d4b21c Mon Sep 17 00:00:00 2001 From: David Emett Date: Fri, 1 Sep 2023 00:52:35 +0100 Subject: [PATCH] Fix runtime-benchmarks propagation --- substrate/frame/mixnet/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/substrate/frame/mixnet/Cargo.toml b/substrate/frame/mixnet/Cargo.toml index 9c6d774f74967..68ffdad20fcbb 100644 --- a/substrate/frame/mixnet/Cargo.toml +++ b/substrate/frame/mixnet/Cargo.toml @@ -44,7 +44,12 @@ std = [ "sp-runtime/std", "sp-std/std", ] -runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks" ] +runtime-benchmarks = [ + "frame-benchmarking/runtime-benchmarks", + "frame-support/runtime-benchmarks", + "frame-system/runtime-benchmarks", + "sp-runtime/runtime-benchmarks", +] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime",