mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
fix pallet-xcm toml related to runtime-benchmarks (#5561)
* fix tomls * Remove xcm-builder from runtime-benchmarks * Maintain order in toml
This commit is contained in:
@@ -41,6 +41,5 @@ std = [
|
||||
"xcm-executor/std",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"frame-system/runtime-benchmarks",
|
||||
"xcm-builder/runtime-benchmarks",
|
||||
"frame-system/runtime-benchmarks"
|
||||
]
|
||||
|
||||
@@ -29,7 +29,10 @@ pallet-xcm = { path = "../pallet-xcm" }
|
||||
polkadot-runtime-parachains = { path = "../../runtime/parachains" }
|
||||
[features]
|
||||
default = ["std"]
|
||||
runtime-benchmarks = []
|
||||
runtime-benchmarks = [
|
||||
"frame-support/runtime-benchmarks",
|
||||
"frame-system/runtime-benchmarks"
|
||||
]
|
||||
std = [
|
||||
"log/std",
|
||||
"parity-scale-codec/std",
|
||||
|
||||
Reference in New Issue
Block a user