Pass through runtime-benchmark feature (#6110)

This commit is contained in:
Alexander Theißen
2022-10-05 15:15:07 +02:00
committed by GitHub
parent 42c043d7f4
commit 4aea71a95f
2 changed files with 8 additions and 1 deletions
@@ -19,3 +19,6 @@ kusama-runtime = { path = "../../../runtime/kusama" }
[[bin]]
name = "gen-ref-constants"
path = "src/gen_ref_constants.rs"
[features]
runtime-benchmarks = ["kusama-runtime/runtime-benchmarks"]