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",
]
runtime-benchmarks = [
"frame-system/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"frame-system/runtime-benchmarks"
]