From ba1f2638d2979bcd86313f9429c48da22478adc8 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 25 Jun 2024 13:08:24 +0200 Subject: chore: update deps & testsuite, add msrv Signed-off-by: Henry Gressmann --- benchmarks/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'benchmarks/Cargo.toml') diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 91b72bd..516767e 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -2,12 +2,13 @@ name="benchmarks" publish=false edition.workspace=true +rust-version.workspace=true [dependencies] criterion={version="0.5"} tinywasm={path="../crates/tinywasm"} wat={version="1"} -wasmi={version="0.32", features=["std"]} +wasmi={version="0.33", features=["std"]} wasmer={version="4.3", features=["cranelift", "singlepass"]} argon2={version="0.5"} -- cgit v1.3.1