From 35b96344ba0db5f8ef720b72a19f37c6ec74bc50 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Mon, 12 Apr 2021 03:45:46 -0300 Subject: [PATCH] Fix criterion warning --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c95a154..2aae001f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ proptest = { version = "1", optional = true, default-features = false, features serde_json = "1.0" rand_xorshift = "0.3" rand_isaac = "0.3" -criterion = "0.3" +criterion = { version = "0.3", features = ["html_reports"] } # For matrix comparison macro matrixcompare = "0.2.0"