Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit fa778cc

Browse files
authored
add missing features to node-template-runtime (#11326)
1 parent 0ba251c commit fa778cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/node-template/runtime/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ runtime-benchmarks = [
9191
"frame-system/runtime-benchmarks",
9292
"hex-literal",
9393
"pallet-balances/runtime-benchmarks",
94+
"pallet-grandpa/runtime-benchmarks",
9495
"pallet-template/runtime-benchmarks",
9596
"pallet-timestamp/runtime-benchmarks",
9697
"sp-runtime/runtime-benchmarks",
@@ -99,10 +100,12 @@ try-runtime = [
99100
"frame-executive/try-runtime",
100101
"frame-try-runtime",
101102
"frame-system/try-runtime",
103+
"pallet-aura/try-runtime",
102104
"pallet-balances/try-runtime",
103105
"pallet-grandpa/try-runtime",
104106
"pallet-randomness-collective-flip/try-runtime",
105107
"pallet-sudo/try-runtime",
108+
"pallet-template/try-runtime",
106109
"pallet-timestamp/try-runtime",
107110
"pallet-transaction-payment/try-runtime",
108111
]

0 commit comments

Comments
 (0)