diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-11 00:09:12 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-11 00:09:12 +0100 |
| commit | a5e9fdadb0f15f3dcdca84c2f275b181d2965598 (patch) | |
| tree | aeb7af4436ae190bb848346b0d0dc57c6f440801 /crates/parser/Cargo.toml | |
| parent | 5879ff0b1bc268f1ae6483bdd94e3d0d8f80154a (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.toml | 2 |
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"] |
