summaryrefslogtreecommitdiff
path: root/benchmarks/Cargo.toml
diff options
context:
space:
mode:
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"}