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:
Hernando Castano
2021-04-12 15:16:35 -04:00
committed by Bastian Köcher
parent d4489a0a92
commit fe4c899594
+3
View File
@@ -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 = []