Skip to content

Commit

Permalink
feat: add cumulus fix for 0.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Aug 28, 2024
1 parent d6ac276 commit 7b88798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ runtime-benchmarks = [
"pallet-teebag/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"cumulus-pallet-parachain-system/runtime-benchmarks",
]

try-runtime = [
Expand Down
1 change: 1 addition & 0 deletions runtime/litentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ runtime-benchmarks = [
"pallet-bridge/runtime-benchmarks",
"pallet-bridge-transfer/runtime-benchmarks",
"pallet-extrinsic-filter/runtime-benchmarks",
"cumulus-pallet-parachain-system/runtime-benchmarks",
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
"pallet-score-staking/runtime-benchmarks",
]
Expand Down
1 change: 1 addition & 0 deletions runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ runtime-benchmarks = [
"pallet-bridge/runtime-benchmarks",
"pallet-bridge-transfer/runtime-benchmarks",
"pallet-extrinsic-filter/runtime-benchmarks",
"cumulus-pallet-parachain-system/runtime-benchmarks",
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
"pallet-group/runtime-benchmarks",
"pallet-identity-management/runtime-benchmarks",
Expand Down

0 comments on commit 7b88798

Please sign in to comment.