diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-03-27 11:26:12 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-03-27 11:30:47 +0100 |
| commit | e074c5d6142dbe0cf7992c894829c2cce463157e (patch) | |
| tree | d163d74a8d2bb080cfaca849c11661e87e21e0a8 /crates/parser/Cargo.toml | |
| parent | 877622ee8c374fbfe78f35e992423f4ce91ae89c (diff) | |
Release 0.6.0
tinywasm@0.6.0
tinywasm-cli@0.6.0
tinywasm-parser@0.6.0
tinywasm-types@0.6.0
wasm-testsuite@0.3.0
Generated by cargo-workspaces
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 6ba7461..6057c30 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.202.0", package="tinywasm-wasmparser", default-features=false} log={version="0.4", optional=true} -tinywasm-types={version="0.5.0", path="../types", default-features=false} +tinywasm-types={version="0.6.0", path="../types", default-features=false} [features] default=["std", "logging"] |
