From b20735a6b0a3c0ede67a9e4d5d60175e7d99fb78 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 10 Feb 2026 15:55:04 +0300 Subject: [PATCH] fix: format pezkuwichain Cargo.toml with taplo --- pezkuwi/runtime/pezkuwichain/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pezkuwi/runtime/pezkuwichain/Cargo.toml b/pezkuwi/runtime/pezkuwichain/Cargo.toml index 48bcf029..f92a0bee 100644 --- a/pezkuwi/runtime/pezkuwichain/Cargo.toml +++ b/pezkuwi/runtime/pezkuwichain/Cargo.toml @@ -111,8 +111,8 @@ pezkuwi-runtime-teyrchains = { workspace = true } pezkuwi-teyrchain-primitives = { workspace = true } # Custom Pezkuwi Pallets -pezpallet-validator-pool = { workspace = true } pezpallet-staking-score = { workspace = true } +pezpallet-validator-pool = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } @@ -184,6 +184,7 @@ std = [ "pezpallet-session-benchmarking?/std", "pezpallet-session/std", "pezpallet-staking-runtime-api/std", + "pezpallet-staking-score/std", "pezpallet-staking/std", "pezpallet-state-trie-migration/std", "pezpallet-sudo/std", @@ -193,7 +194,6 @@ std = [ "pezpallet-treasury/std", "pezpallet-utility/std", "pezpallet-validator-pool/std", - "pezpallet-staking-score/std", "pezpallet-vesting/std", "pezpallet-whitelist/std", "pezpallet-xcm-benchmarks?/std", @@ -277,6 +277,7 @@ runtime-benchmarks = [ "pezpallet-session-benchmarking/runtime-benchmarks", "pezpallet-session/runtime-benchmarks", "pezpallet-staking-runtime-api/runtime-benchmarks", + "pezpallet-staking-score/runtime-benchmarks", "pezpallet-staking/runtime-benchmarks", "pezpallet-state-trie-migration/runtime-benchmarks", "pezpallet-sudo/runtime-benchmarks", @@ -286,7 +287,6 @@ runtime-benchmarks = [ "pezpallet-treasury/runtime-benchmarks", "pezpallet-utility/runtime-benchmarks", "pezpallet-validator-pool/runtime-benchmarks", - "pezpallet-staking-score/runtime-benchmarks", "pezpallet-vesting/runtime-benchmarks", "pezpallet-whitelist/runtime-benchmarks", "pezpallet-xcm-benchmarks/runtime-benchmarks", @@ -360,6 +360,7 @@ try-runtime = [ "pezpallet-scheduler/try-runtime", "pezpallet-session-benchmarking?/try-runtime", "pezpallet-session/try-runtime", + "pezpallet-staking-score/try-runtime", "pezpallet-staking/try-runtime", "pezpallet-state-trie-migration/try-runtime", "pezpallet-sudo/try-runtime", @@ -369,7 +370,6 @@ try-runtime = [ "pezpallet-treasury/try-runtime", "pezpallet-utility/try-runtime", "pezpallet-validator-pool/try-runtime", - "pezpallet-staking-score/try-runtime", "pezpallet-vesting/try-runtime", "pezpallet-whitelist/try-runtime", "pezpallet-xcm-benchmarks?/try-runtime",