add try-runtime feature to pallets (#1779)

This commit is contained in:
Svyatoslav Nikolsky
2023-01-18 12:33:59 +03:00
committed by Bastian Köcher
parent 74fb0a536d
commit 4cdb85247e
6 changed files with 24 additions and 0 deletions
+4
View File
@@ -57,3 +57,7 @@ runtime-benchmarks = [
"bp-test-utils",
"frame-benchmarking/runtime-benchmarks",
]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
]