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
@@ -55,14 +55,15 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
std = [
"bizinikiwi-test-runtime-client/std",
"log/std",
"pezsc-rpc-api/std",
"pezsc-transaction-pool-api/std",
"pezsc-transaction-pool/std",
"pezsp-blockchain/std",
"bizinikiwi-test-runtime-client/std"
]
try-runtime = [
"bizinikiwi-test-runtime-client/try-runtime",
"pezsc-rpc-api/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsc-transaction-pool/try-runtime",
@@ -70,7 +71,6 @@ try-runtime = [
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-runtime/try-runtime",
"bizinikiwi-test-runtime-client/try-runtime"
]
serde = []
with-tracing = []