Skip to content

Commit cd90326

Browse files
committed
zepter
1 parent abdb88b commit cd90326

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pallets/utility/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,24 @@ std = [
4141
"sp-core/std",
4242
"sp-io/std",
4343
"sp-runtime/std",
44+
"pallet-collective/std",
45+
"pallet-root-testing/std"
4446
]
4547
runtime-benchmarks = [
4648
"frame-benchmarking/runtime-benchmarks",
4749
"frame-support/runtime-benchmarks",
4850
"frame-system/runtime-benchmarks",
4951
"sp-runtime/runtime-benchmarks",
52+
"pallet-balances/runtime-benchmarks",
53+
"pallet-collective/runtime-benchmarks",
54+
"pallet-timestamp/runtime-benchmarks"
5055
]
5156
try-runtime = [
5257
"frame-support/try-runtime",
5358
"frame-system/try-runtime",
5459
"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"
5564
]

0 commit comments

Comments
 (0)