From b61e55c1fbf5c0c443b325967a524a2623429029 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 1 Jun 2024 20:18:09 +0200 Subject: fix: table_init variable order Signed-off-by: Henry Gressmann --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/Cargo.toml') 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"]} -- cgit v1.3.1