From cd3d91c74730edf9925773577c6b8da99b51e4a7 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 16 Jul 2024 20:41:18 +0200 Subject: chore: update wasmparser Signed-off-by: Henry Gressmann --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0200aa6..66438d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"] resolver="2" [workspace.dependencies] -wast="213" +wast="214" wat="1.212" eyre="0.6" log="0.4" -- cgit v1.3.1