Skip to content
Merged
Prev Previous commit
Next Next commit
substrate uses try-runtime in Cargo.toml like that
  • Loading branch information
maciejnems committed Feb 14, 2023
commit d74e01dc4e29dcb627afc5bd497c23bdaa889f00
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ short_session = [
]
try-runtime = [
"aleph-runtime/try-runtime",
"try-runtime-cli",
"try-runtime-cli/try-runtime",
]
enable_treasury_proposals = [
"aleph-runtime/enable_treasury_proposals"
Expand Down