summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-04-23 20:54:03 +0200
committerGitHub <noreply@github.com>2025-04-23 20:54:03 +0200
commitc1a8cfad737cc79772b44a99088bcccd0ab6ee02 (patch)
treea6e56a08d2063612c3eb2afb0189a688af137f29 /Cargo.toml
parent1252a8936eb2a69496efc849f3eb59e72b964920 (diff)
parent3664c8b79918ffad109ccec32336d38c299f1351 (diff)
Merge pull request #39 from explodingcamera/feat/simd
initial simd support
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 e433260..1f645cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="226"
-wat="1.226"
-wasmparser={version="0.226", default-features=false}
+wast="229"
+wat="1.229"
+wasmparser={version="0.229", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"