Skip to content

Commit

Permalink
fix zpeter and toml maid
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Feb 6, 2024
1 parent fdf77ee commit bf7d081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ pallet-services-payment = { workspace = true }
pallet-migrations = { workspace = true }

# Substrate
frame-try-runtime = { workspace = true, optional = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
frame-try-runtime = { workspace = true, optional = true }
pallet-balances = { workspace = true }

sp-core = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

# Cumulus
Expand All @@ -53,10 +52,10 @@ std = [
"pallet-balances/std",
"pallet-configuration/std",
"pallet-data-preservers/std",
"pallet-invulnerables/std",
"pallet-invulnerables/std",
"pallet-migrations/std",
"pallet-pooled-staking/std",
"pallet-registrar/std",
"pallet-pooled-staking/std",
"pallet-services-payment/std",
"parity-scale-codec/std",
"scale-info/std",
Expand All @@ -70,9 +69,9 @@ runtime-benchmarks = [
"pallet-balances/runtime-benchmarks",
"pallet-configuration/runtime-benchmarks",
"pallet-data-preservers/runtime-benchmarks",
"pallet-invulnerables/runtime-benchmarks",
"pallet-invulnerables/runtime-benchmarks",
"pallet-migrations/runtime-benchmarks",
"pallet-pooled-staking/runtime-benchmarks",
"pallet-pooled-staking/runtime-benchmarks",
"pallet-registrar/runtime-benchmarks",
"pallet-services-payment/runtime-benchmarks",
]
Expand All @@ -84,9 +83,9 @@ try-runtime = [
"pallet-balances/try-runtime",
"pallet-configuration/try-runtime",
"pallet-data-preservers/try-runtime",
"pallet-invulnerables/try-runtime",
"pallet-invulnerables/try-runtime",
"pallet-migrations/try-runtime",
"pallet-pooled-staking/try-runtime",
"pallet-pooled-staking/try-runtime",
"pallet-registrar/try-runtime",
"pallet-services-payment/try-runtime",
]
Expand Down

0 comments on commit bf7d081

Please sign in to comment.