Skip to content

Commit

Permalink
expose feature in cargo, and disable for fast-runtime (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa authored Nov 29, 2024
2 parents 0a07b8c + 5eb876e commit 456a53b
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 456a53b

Please sign in to comment.