Skip to content

Commit

Permalink
fix: pallet-utility pass features
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha authored and CertainLach committed Sep 13, 2023
1 parent 903ebb5 commit 50f1aed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/opal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runtime-benchmarks = [
'pallet-refungible/runtime-benchmarks',
'pallet-structure/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
'pallet-utility/runtime-benchmarks',
'pallet-unique-scheduler-v2/runtime-benchmarks',
'pallet-unique/runtime-benchmarks',
'pallet-xcm/runtime-benchmarks',
Expand Down Expand Up @@ -120,6 +121,7 @@ std = [
'pallet-structure/std',
'pallet-sudo/std',
'pallet-timestamp/std',
'pallet-utility/std',
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-transaction-payment/std',
'pallet-treasury/std',
Expand Down Expand Up @@ -213,6 +215,7 @@ try-runtime = [
'pallet-sudo/try-runtime',
'pallet-test-utils?/try-runtime',
'pallet-timestamp/try-runtime',
'pallet-utility/try-runtime',
'pallet-transaction-payment/try-runtime',
'pallet-treasury/try-runtime',
'pallet-unique-scheduler-v2/try-runtime',
Expand Down
3 changes: 3 additions & 0 deletions runtime/quartz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ runtime-benchmarks = [
'pallet-scheduler/runtime-benchmarks',
'pallet-structure/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
'pallet-utility/runtime-benchmarks',
'pallet-unique/runtime-benchmarks',
'pallet-xcm/runtime-benchmarks',
'sp-runtime/runtime-benchmarks',
Expand Down Expand Up @@ -120,6 +121,7 @@ std = [
'pallet-structure/std',
'pallet-sudo/std',
'pallet-timestamp/std',
'pallet-utility/std',
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-transaction-payment/std',
'pallet-treasury/std',
Expand Down Expand Up @@ -203,6 +205,7 @@ try-runtime = [
'pallet-structure/try-runtime',
'pallet-sudo/try-runtime',
'pallet-timestamp/try-runtime',
'pallet-utility/try-runtime',
'pallet-transaction-payment/try-runtime',
'pallet-treasury/try-runtime',
'pallet-unique/try-runtime',
Expand Down
3 changes: 3 additions & 0 deletions runtime/unique/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runtime-benchmarks = [
'pallet-scheduler/runtime-benchmarks',
'pallet-structure/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
'pallet-utility/runtime-benchmarks',
'pallet-unique/runtime-benchmarks',
'pallet-xcm/runtime-benchmarks',
'sp-runtime/runtime-benchmarks',
Expand Down Expand Up @@ -118,6 +119,7 @@ std = [
'pallet-structure/std',
'pallet-sudo/std',
'pallet-timestamp/std',
'pallet-utility/std',
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-transaction-payment/std',
'pallet-treasury/std',
Expand Down Expand Up @@ -205,6 +207,7 @@ try-runtime = [
'pallet-structure/try-runtime',
'pallet-sudo/try-runtime',
'pallet-timestamp/try-runtime',
'pallet-utility/try-runtime',
'pallet-transaction-payment/try-runtime',
'pallet-treasury/try-runtime',
'pallet-unique/try-runtime',
Expand Down

0 comments on commit 50f1aed

Please sign in to comment.