fix: taplo format all Cargo.toml files

This commit is contained in:
2026-01-07 18:47:06 +03:00
parent 043f6e875a
commit f291117ad4
49 changed files with 123 additions and 123 deletions
+2 -2
View File
@@ -61,9 +61,9 @@ std = [
"tracing/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm-pez-simulator/std",
"xcm-runtime-pezapis/std",
"xcm/std",
"xcm-pez-simulator/std"
]
runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
@@ -93,9 +93,9 @@ try-runtime = [
"pezsp-runtime/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-pez-simulator/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
"xcm-pez-simulator/try-runtime"
]
serde = [
"bounded-collections/serde",
+2 -2
View File
@@ -71,12 +71,12 @@ try-runtime = [
"pezframe-system/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-pez-simulator/try-runtime",
"xcm/try-runtime",
"pezpallet-xcm/try-runtime",
"xcm-pez-simulator/try-runtime"
]
serde = []
experimental = []