Skip to content

Commit

Permalink
Support try runtime (open-web3-stack#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 authored May 10, 2021
1 parent 668676c commit d51f7fc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ std = [
"frame-system/std",
"orml-traits/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions currencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ std = [
"orml-traits/std",
"orml-utilities/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions gradually-update/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ std = [
"sp-core/std",
"sp-runtime/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ std = [
"frame-support/std",
"frame-system/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ std = [
"orml-traits/std",
"orml-utilities/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ std = [
"frame-system/std",
"orml-traits/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions unknown-tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ std = [
"xcm/std",
"orml-xcm-support/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions xtokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ std = [
"orml-xcm-support/std",
"orml-traits/std",
]
try-runtime = ["frame-support/try-runtime"]

0 comments on commit d51f7fc

Please sign in to comment.