From 3764ea84daaa0b5f28276184ef72a4d32d340eb6 Mon Sep 17 00:00:00 2001 From: Igor Morozov Date: Mon, 26 Oct 2020 02:26:33 +0300 Subject: [PATCH] fix(bench): add required-features (#303) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4f32699046..2844abb5f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,9 @@ harness = false [[bench]] name = "metric" harness = false +required-features = ["metrics"] [[bench]] name = "ddsketch" harness = false +required-features = ["metrics"]