From a5e9fdadb0f15f3dcdca84c2f275b181d2965598 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 11 Jan 2024 00:09:12 +0100 Subject: chore: bump to alpha version Signed-off-by: Henry Gressmann --- crates/parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/parser/Cargo.toml') diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 9e6dc71..1592f85 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace=true # fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495 wasmparser={version="0.100", package="wasmparser-nostd", default-features=false} log={version="0.4", optional=true} -tinywasm-types={version="0.2.0-alpha.0", path="../types"} +tinywasm-types={version="0.3.0-alpha.0", path="../types"} [features] default=["std", "logging"] -- cgit v1.3.1