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
+5 -5
View File
@@ -74,26 +74,26 @@ runtime-benchmarks = [
std = [
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-network/std",
"pezcumulus-test-client/std",
"pezkuwi-node-subsystem-test-helpers/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsp-consensus/std",
"pezcumulus-test-client/std",
"pezkuwi-node-subsystem-test-helpers/std"
]
try-runtime = [
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-network/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezcumulus-test-runtime/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezcumulus-test-runtime/try-runtime"
]
serde = []
with-tracing = []