into main

This commit is contained in:
4meta5
2023-12-01 07:59:33 -05:00
+3
View File
@@ -107,6 +107,7 @@ std = [
"pallet-balances/std", "pallet-balances/std",
"pallet-collator-selection/std", "pallet-collator-selection/std",
"pallet-parachain-template/std", "pallet-parachain-template/std",
"pallet-proxy/std",
"pallet-multisig/std", "pallet-multisig/std",
"pallet-session/std", "pallet-session/std",
"pallet-sudo/std", "pallet-sudo/std",
@@ -160,6 +161,7 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks", "xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks", "xcm-executor/runtime-benchmarks",
"pallet-utility/runtime-benchmarks", "pallet-utility/runtime-benchmarks",
"pallet-proxy/runtime-benchmarks",
] ]
try-runtime = [ try-runtime = [
@@ -179,6 +181,7 @@ try-runtime = [
"pallet-multisig/try-runtime", "pallet-multisig/try-runtime",
"pallet-parachain-template/try-runtime", "pallet-parachain-template/try-runtime",
"pallet-session/try-runtime", "pallet-session/try-runtime",
"pallet-proxy/try-runtime",
"pallet-sudo/try-runtime", "pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime", "pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime", "pallet-transaction-payment/try-runtime",