Skip to content

Commit

Permalink
Fix runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 4, 2024
1 parent ed30aa3 commit e205cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions templates/parachain_two/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ polkadot-sdk = { workspace = true, features = ["substrate-build-script-utils"] }
default = ["std"]
std = [
"log/std",
"parachain-template-runtime/std",
"parachain-template-runtime-two/std",
"polkadot-sdk/std",
]
runtime-benchmarks = [
"parachain-template-runtime/runtime-benchmarks",
"parachain-template-runtime-two/runtime-benchmarks",
"polkadot-sdk/runtime-benchmarks",
]
try-runtime = [
"parachain-template-runtime/try-runtime",
"parachain-template-runtime-two/try-runtime",
"polkadot-sdk/try-runtime",
]

0 comments on commit e205cf7

Please sign in to comment.