summaryrefslogtreecommitdiff
path: root/benchmarks/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/Cargo.toml')
-rw-r--r--benchmarks/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 357a9af..91b72bd 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -4,7 +4,7 @@ publish=false
edition.workspace=true
[dependencies]
-criterion={version="0.5", features=["html_reports"]}
+criterion={version="0.5"}
tinywasm={path="../crates/tinywasm"}
wat={version="1"}
wasmi={version="0.32", features=["std"]}