summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-07-08 16:13:22 +0200
committerHenry <mail@henrygressmann.de>2026-07-08 16:13:22 +0200
commit6e28708ca6b78419117d27bbae916ac44b90d306 (patch)
tree08e41c28caf57cb4e8c6e0f09daad443b2c9444b /Cargo.toml
parent71e8948fbde0a6fd61195501fd4a89609c402bbb (diff)
chore: simplify simd instruction implementations
also updated wasmparser :) Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5653718..149ccd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,9 +18,9 @@ pretty_env_logger="0.5"
serde_json={version="1.0"}
serde={version="1.0", features=["derive"]}
wasm-testsuite={version="0.7"}
-wasmparser={version="0.252", default-features=false}
-wast="252"
-wat="1.252"
+wasmparser={version="0.253", default-features=false}
+wast="253"
+wat="1.253"
[workspace.package]
version="0.9.1"