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
@@ -49,15 +49,16 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
std = [
"bizinikiwi-test-runtime-client/std",
"log/std",
"pezsc-block-builder/std",
"pezsc-client-api/std",
"pezsc-offchain/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"bizinikiwi-test-runtime-client/std"
]
try-runtime = [
"bizinikiwi-test-runtime-client/try-runtime",
"pezsc-block-builder/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-offchain/try-runtime",
@@ -67,7 +68,6 @@ try-runtime = [
"pezsp-consensus/try-runtime",
"pezsp-mmr-primitives/try-runtime",
"pezsp-runtime/try-runtime",
"bizinikiwi-test-runtime-client/try-runtime"
]
serde = []
with-tracing = []