mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 12:21:32 +00:00
Fix feature (#6966)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
16e4661446
commit
faa2d5b09e
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user