Skip to content

Commit

Permalink
Fix dependencies/features
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Sep 23, 2024
1 parent fa9bf8b commit 7bc09c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/battery-station/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder?/runtime-benchmarks",
"zrml-authorized/runtime-benchmarks",
"zrml-combo/runtime-benchmarks",
"zrml-court/runtime-benchmarks",
"zrml-hybrid-router/runtime-benchmarks",
"zrml-neo-swaps/runtime-benchmarks",
Expand Down Expand Up @@ -383,6 +384,7 @@ try-runtime = [

# Zeitgeist runtime pallets
"zrml-authorized/try-runtime",
"zrml-combo/try-runtime",
"zrml-court/try-runtime",
"zrml-hybrid-router/try-runtime",
"zrml-market-commons/try-runtime",
Expand Down
2 changes: 2 additions & 0 deletions runtime/zeitgeist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder?/runtime-benchmarks",
"zrml-authorized/runtime-benchmarks",
"zrml-combo/runtime-benchmarks",
"zrml-court/runtime-benchmarks",
"zrml-hybrid-router/runtime-benchmarks",
"zrml-neo-swaps/runtime-benchmarks",
Expand Down Expand Up @@ -371,6 +372,7 @@ try-runtime = [

# Zeitgeist runtime pallets
"zrml-authorized/try-runtime",
"zrml-combo/try-runtime",
"zrml-court/try-runtime",
"zrml-hybrid-router/try-runtime",
"zrml-market-commons/try-runtime",
Expand Down
8 changes: 8 additions & 0 deletions zrml/combo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@ sp-runtime = { workspace = true }

[features]
default = ["std"]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
std = [
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
"sp-runtime/std",
]
try-runtime = [
"frame-support/try-runtime",
]

[package]
authors = ["Zeitgeist PM <[email protected]>"]
Expand Down

0 comments on commit 7bc09c6

Please sign in to comment.