From fe4c8995944ae6d737e41f628a6cc6338cb32728 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 12 Apr 2021 15:16:35 -0400 Subject: [PATCH] Use new Cargo feature resolver (#891) * Use new Cargo feature resolver * Simplify runtime benchmark CI commands * Add `runtime-benchmarks` feature to Millau runtime --- bridges/bin/millau/runtime/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 411835ab6fec..e1f7ed10c63e 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -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 = []