fix: format pezkuwichain Cargo.toml with taplo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user