chore: format TOML files with taplo

This commit is contained in:
2025-12-23 02:10:16 +03:00
parent 8efb0cd08c
commit 34b4735a2a
31 changed files with 132 additions and 214 deletions
+3 -3
View File
@@ -72,13 +72,13 @@ std = [
runtime-benchmarks = [
"bizinikiwi-wasm-builder?/runtime-benchmarks",
"pez-node-primitives/runtime-benchmarks",
"pezframe-try-runtime?/runtime-benchmarks",
"pezkuwi-sdk/runtime-benchmarks",
"pezpallet-example-mbm/runtime-benchmarks",
"pezpallet-example-tasks/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"rand",
"rand_pcg",
"pezframe-try-runtime?/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks"
]
try-runtime = [
"pezframe-try-runtime",
@@ -86,7 +86,7 @@ try-runtime = [
"pezkuwi-sdk/try-runtime",
"pezpallet-example-mbm/try-runtime",
"pezpallet-example-tasks/try-runtime",
"pezsp-runtime/try-runtime"
"pezsp-runtime/try-runtime",
]
experimental = ["pezpallet-example-tasks/experimental"]
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]