File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,24 @@ std = [
41
41
" sp-core/std" ,
42
42
" sp-io/std" ,
43
43
" sp-runtime/std" ,
44
+ " pallet-collective/std" ,
45
+ " pallet-root-testing/std"
44
46
]
45
47
runtime-benchmarks = [
46
48
" frame-benchmarking/runtime-benchmarks" ,
47
49
" frame-support/runtime-benchmarks" ,
48
50
" frame-system/runtime-benchmarks" ,
49
51
" sp-runtime/runtime-benchmarks" ,
52
+ " pallet-balances/runtime-benchmarks" ,
53
+ " pallet-collective/runtime-benchmarks" ,
54
+ " pallet-timestamp/runtime-benchmarks"
50
55
]
51
56
try-runtime = [
52
57
" frame-support/try-runtime" ,
53
58
" frame-system/try-runtime" ,
54
59
" sp-runtime/try-runtime" ,
60
+ " pallet-balances/try-runtime" ,
61
+ " pallet-collective/try-runtime" ,
62
+ " pallet-root-testing/try-runtime" ,
63
+ " pallet-timestamp/try-runtime"
55
64
]
You can’t perform that action at this time.
0 commit comments