Skip to content

Commit

Permalink
fix: compilation with try-runtime feature (#48)
Browse files Browse the repository at this point in the history
fixing compilation with `try-runtime`
  • Loading branch information
functor-flow authored Jan 3, 2025
1 parent 70df4df commit 6a11e7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ try-runtime = [
"pallet-torus0/try-runtime",
"pallet-emission0/try-runtime",
"pallet-governance/try-runtime",

# Frontier
"fp-self-contained/try-runtime",
]


Expand Down

0 comments on commit 6a11e7b

Please sign in to comment.