style: format TOML and Rust files

This commit is contained in:
2025-12-26 03:41:37 +03:00
parent 4bee36eb50
commit 13a91ae437
8 changed files with 34 additions and 29 deletions
@@ -233,6 +233,7 @@ runtime-benchmarks = [
"pezpallet-xcm/runtime-benchmarks",
"pezsnowbridge-outbound-queue-primitives/runtime-benchmarks",
"pezsnowbridge-pezpallet-system-frontend/runtime-benchmarks",
"pezsnowbridge-runtime-common/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-block-builder/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
@@ -247,7 +248,6 @@ runtime-benchmarks = [
"pezsp-staking/runtime-benchmarks",
"pezsp-transaction-pool/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"pezsnowbridge-runtime-common/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchain-info/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
@@ -319,8 +319,8 @@ try-runtime = [
"pezpallet-xcm-precompiles/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsnowbridge-pezpallet-system-frontend/try-runtime",
"pezsp-runtime/try-runtime",
"pezsnowbridge-runtime-common/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
]
@@ -407,6 +407,7 @@ std = [
"pezpallet-xcm/std",
"pezsnowbridge-outbound-queue-primitives/std",
"pezsnowbridge-pezpallet-system-frontend/std",
"pezsnowbridge-runtime-common/std",
"pezsp-api/std",
"pezsp-arithmetic/std",
"pezsp-block-builder/std",
@@ -428,7 +429,6 @@ std = [
"primitive-types/std",
"scale-info/std",
"serde_json/std",
"pezsnowbridge-runtime-common/std",
"testnet-teyrchains-constants/std",
"teyrchain-info/std",
"teyrchains-common/std",
@@ -23,12 +23,12 @@ pezsp-runtime = { workspace = true }
pezkuwi-sdk = { workspace = true, default-features = false, features = [
# Primitives needed for runtime
"pezsp-api",
"pezsp-io",
"pezsp-block-builder",
"pezsp-consensus-aura",
"pezsp-core",
"pezsp-genesis-builder",
"pezsp-inherents",
"pezsp-io",
"pezsp-keyring",
"pezsp-offchain",
"pezsp-session",