mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Use new Cargo feature resolver (#891)
* Use new Cargo feature resolver * Simplify runtime benchmark CI commands * Add `runtime-benchmarks` feature to Millau runtime
This commit is contained in:
committed by
Bastian Köcher
parent
d4489a0a92
commit
fe4c899594
@@ -101,3 +101,6 @@ std = [
|
|||||||
"sp-trie/std",
|
"sp-trie/std",
|
||||||
"sp-version/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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user