Fix feature (#6966)

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2023-03-29 11:00:23 +02:00
committed by GitHub
parent 16e4661446
commit faa2d5b09e
+4 -1
View File
@@ -64,4 +64,7 @@ tokio = { version = "1.24.2", features = ["macros"] }
[features]
runtime-metrics=["polkadot-test-runtime/runtime-metrics"]
runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"]
runtime-benchmarks=[
"polkadot-test-runtime/runtime-benchmarks",
"polkadot-service/runtime-benchmarks",
]