summaryrefslogtreecommitdiff
path: root/benchmarks/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-25 13:08:24 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-25 13:08:24 +0200
commitba1f2638d2979bcd86313f9429c48da22478adc8 (patch)
treecc31b34854f8432ba4a8a2023c8d38e0d4def1c8 /benchmarks/Cargo.toml
parentfc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (diff)
chore: update deps & testsuite, add msrv
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'benchmarks/Cargo.toml')
-rw-r--r--benchmarks/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"}