aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32a474b..4b22460 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ harness = false
[dev-dependencies]
serde_json = "1.0"
-criterion = "0.3"
+criterion = { version = "0.3", features = ["html_reports"] }
[dependencies]
num-traits = "0.2"