@@ -169,7 +169,7 @@ default = ["std"]
169169pow-faucet = [" pallet-subtensor/pow-faucet" ]
170170fast-runtime = [
171171 " pallet-subtensor/fast-runtime" ,
172- " subtensor-runtime-common/fast-runtime"
172+ " subtensor-runtime-common/fast-runtime" ,
173173]
174174std = [
175175 " frame-try-runtime?/std" ,
@@ -272,7 +272,7 @@ std = [
272272 " pallet-subtensor-swap/std" ,
273273 " pallet-subtensor-swap-runtime-api/std" ,
274274 " pallet-aura/std" ,
275- " substrate-fixed/std"
275+ " substrate-fixed/std" ,
276276]
277277runtime-benchmarks = [
278278 " frame-benchmarking/runtime-benchmarks" ,
@@ -314,7 +314,7 @@ runtime-benchmarks = [
314314 " pallet-hotfix-sufficients/runtime-benchmarks" ,
315315 " pallet-drand/runtime-benchmarks" ,
316316 " pallet-transaction-payment/runtime-benchmarks" ,
317- " pallet-subtensor-swap/runtime-benchmarks"
317+ " pallet-subtensor-swap/runtime-benchmarks" ,
318318]
319319try-runtime = [
320320 " frame-try-runtime/try-runtime" ,
@@ -362,6 +362,6 @@ try-runtime = [
362362 " pallet-evm/try-runtime" ,
363363 " pallet-evm-chain-id/try-runtime" ,
364364 " pallet-drand/try-runtime" ,
365- " pallet-aura/try-runtime"
365+ " pallet-aura/try-runtime" ,
366366]
367367metadata-hash = [" substrate-wasm-builder/metadata-hash" ]
0 commit comments