summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-10-11 22:44:29 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-10-11 22:46:17 +0200
commit4c1f44a79d0e04fb33042c2eabc27040d260dfa5 (patch)
treefe259e1f47f9346d3d15c394424d9214c2e9d304 /Cargo.toml
parentc00031a82782393eb32a9143aedb61e902a7c5d0 (diff)
feat: add simd support to the parser
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 33c354c..0125c7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,15 +4,15 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="218"
-wat="1.218"
+wast="219"
+wat="1.219"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"
criterion={version="0.5", default-features=false, features=["cargo_bench_support", "rayon"]}
[workspace.package]
-version="0.8.0"
+version="0.9.0-alpha.0"
rust-version="1.81"
edition="2021"
license="MIT OR Apache-2.0"