mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 04:41:04 +00:00
Democracy weight (#5828)
This commit is contained in:
@@ -26,6 +26,7 @@ sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0-dev", path = "../balances" }
|
||||
pallet-scheduler = { version = "2.0.0-dev", path = "../scheduler" }
|
||||
sp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" }
|
||||
substrate-test-utils = { version = "2.0.0-dev", path = "../../test-utils" }
|
||||
hex-literal = "0.2.1"
|
||||
|
||||
[features]
|
||||
@@ -43,5 +44,6 @@ std = [
|
||||
runtime-benchmarks = [
|
||||
"frame-benchmarking",
|
||||
"frame-system/runtime-benchmarks",
|
||||
"frame-support/runtime-benchmarks",
|
||||
"sp-runtime/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user