Skip to content

Commit

Permalink
reverting cargo.toml changes in polkadot-omni-node
Browse files Browse the repository at this point in the history
  • Loading branch information
seemantaggarwal committed Feb 21, 2025
1 parent 4d97768 commit 9a0ba03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cumulus/polkadot-omni-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ substrate-build-script-utils = { workspace = true, default-features = true }

[features]
default = []
runtime-benchmarks = ["polkadot-omni-node-lib/runtime-benchmarks"]
try-runtime = ["polkadot-omni-node-lib/try-runtime"]
runtime-benchmarks = [
"polkadot-omni-node-lib/runtime-benchmarks",
]
try-runtime = [
"polkadot-omni-node-lib/try-runtime",
]

0 comments on commit 9a0ba03

Please sign in to comment.