summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-11 00:09:12 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-11 00:09:12 +0100
commita5e9fdadb0f15f3dcdca84c2f275b181d2965598 (patch)
treeaeb7af4436ae190bb848346b0d0dc57c6f440801 /crates/parser/Cargo.toml
parent5879ff0b1bc268f1ae6483bdd94e3d0d8f80154a (diff)
chore: bump to alpha version
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
-rw-r--r--crates/parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]