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
+4 -4
View File
@@ -46,6 +46,7 @@ with-tracing = [
"pezsp-tracing/with-tracing",
]
std = [
"bizinikiwi-test-runtime-client/std",
"codec/std",
"log/std",
"pezframe-support/experimental",
@@ -59,18 +60,17 @@ std = [
"pezsp-tracing/std",
"pezsp-version/std",
"scale-info/std",
"bizinikiwi-test-runtime-client/std"
]
try-runtime = [
"bizinikiwi-test-runtime-client/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
"bizinikiwi-test-runtime-client/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-transaction-payment/try-runtime"
]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",