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
@@ -80,6 +80,7 @@ std = [
"pezframe-support/std",
"pezframe-system/std",
"pezpallet-balances?/std",
"pezpallet-contracts-fixtures/std",
"pezpallet-contracts-uapi/std",
"pezpallet-insecure-randomness-collective-flip/std",
"pezpallet-proxy/std",
@@ -97,7 +98,6 @@ std = [
"wasmi/std",
"xcm-builder/std",
"xcm/std",
"pezpallet-contracts-fixtures/std"
]
runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
@@ -120,6 +120,7 @@ try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-contracts-fixtures/try-runtime",
"pezpallet-insecure-randomness-collective-flip/try-runtime",
"pezpallet-proxy/try-runtime",
"pezpallet-timestamp/try-runtime",
@@ -128,7 +129,6 @@ try-runtime = [
"pezsp-runtime/try-runtime",
"xcm-builder/try-runtime",
"xcm/try-runtime",
"pezpallet-contracts-fixtures/try-runtime"
]
serde = [
"array-bytes/serde",