Skip to content

Commit

Permalink
expose feature in cargo, and disable for fast-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Nov 29, 2024
1 parent 0a07b8c commit 5eb876e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ try-runtime = [
"sp-runtime/try-runtime",
]

fast-runtime = []
fast-runtime = ["unlocked"]
unlocked = []

runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand Down

0 comments on commit 5eb876e

Please sign in to comment.