Skip to content

Commit

Permalink
Fix node config
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Aug 7, 2024
1 parent 4f7bb3b commit 121d8d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ substrate-build-script-utils.workspace = true
substrate-build-script-utils.default-features = true

[features]
default = []
default = ["std"]
std = [
"parachain-template-runtime/std",
"log/std",
"xcm/std"
]
runtime-benchmarks = [
"cumulus-primitives-core/runtime-benchmarks",
"frame-benchmarking-cli/runtime-benchmarks",
Expand Down

0 comments on commit 121d8d7

Please sign in to comment.