Skip to content

Commit

Permalink
Fix runtime-benchmarks propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
zdave-parity committed Aug 31, 2023
1 parent 628308c commit c1aac56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion substrate/frame/mixnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c1aac56

Please sign in to comment.