mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +00:00
add missing features for runtime-benchmarks (#5833)
This commit is contained in:
@@ -39,7 +39,10 @@ std = [
|
||||
"sp-runtime/std",
|
||||
"sp-version/std",
|
||||
]
|
||||
runtime-benchmarks = ["sp-runtime/runtime-benchmarks"]
|
||||
runtime-benchmarks = [
|
||||
"sp-runtime/runtime-benchmarks",
|
||||
"frame-support/runtime-benchmarks",
|
||||
]
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
Reference in New Issue
Block a user