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:
girazoki
2022-05-20 07:32:58 +02:00
committed by GitHub
parent b61c7515d7
commit 77558aacc9
2 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -41,6 +41,5 @@ std = [
"xcm-executor/std", "xcm-executor/std",
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-system/runtime-benchmarks", "frame-system/runtime-benchmarks"
"xcm-builder/runtime-benchmarks",
] ]
+4 -1
View File
@@ -29,7 +29,10 @@ pallet-xcm = { path = "../pallet-xcm" }
polkadot-runtime-parachains = { path = "../../runtime/parachains" } polkadot-runtime-parachains = { path = "../../runtime/parachains" }
[features] [features]
default = ["std"] default = ["std"]
runtime-benchmarks = [] runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks"
]
std = [ std = [
"log/std", "log/std",
"parity-scale-codec/std", "parity-scale-codec/std",