From 4c1f44a79d0e04fb33042c2eabc27040d260dfa5 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 11 Oct 2024 22:44:29 +0200 Subject: feat: add simd support to the parser --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1