Skip to content
Snippets Groups Projects
Unverified Commit d51f7fcb authored by wangjj9219's avatar wangjj9219 Committed by GitHub
Browse files

Support try runtime (#483)

parent 668676c1
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@ std = [
"frame-system/std",
"orml-traits/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -36,3 +36,4 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -38,3 +38,4 @@ std = [
"orml-traits/std",
"orml-utilities/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -29,3 +29,4 @@ std = [
"sp-core/std",
"sp-runtime/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -30,3 +30,4 @@ std = [
"frame-support/std",
"frame-system/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -38,3 +38,4 @@ std = [
"orml-traits/std",
"orml-utilities/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -32,3 +32,4 @@ std = [
"frame-system/std",
"orml-traits/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -39,3 +39,4 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -34,3 +34,4 @@ std = [
"xcm/std",
"orml-xcm-support/std",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -36,3 +36,4 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
......@@ -53,3 +53,4 @@ std = [
"orml-xcm-support/std",
"orml-traits/std",
]
try-runtime = ["frame-support/try-runtime"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment