Skip to content

Commit

Permalink
Use new Cargo feature resolver (paritytech#891)
Browse files Browse the repository at this point in the history
* Use new Cargo feature resolver

* Simplify runtime benchmark CI commands

* Add `runtime-benchmarks` feature to Millau runtime
  • Loading branch information
HCastano authored and serban300 committed Apr 9, 2024
1 parent c415440 commit 8723aee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bridges/bin/millau/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ std = [
"sp-trie/std",
"sp-version/std",
]
# TODO: https://github.com/paritytech/parity-bridges-common/issues/390
# I've left the feature flag here to test our CI configuration
runtime-benchmarks = []

0 comments on commit 8723aee

Please sign in to comment.