summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-01 16:07:53 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-03-01 16:07:53 +0100
commitd2b6c53b5d0134a609f6d3dfd8225d5e9d2ed3c4 (patch)
tree066a478e059651c14f7260e9044f338a0d827aa1 /crates/parser/Cargo.toml
parent1f5d583470a30fdfc3f8327f624a613191c7cf95 (diff)
Release 0.5.0
tinywasm@0.5.0 tinywasm-cli@0.5.0 tinywasm-parser@0.5.0 tinywasm-types@0.5.0 wasm-testsuite@0.2.2 Generated by cargo-workspaces
Diffstat (limited to 'crates/parser/Cargo.toml')
-rw-r--r--crates/parser/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 3c5717d..b21c0ac 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -11,10 +11,10 @@ repository.workspace=true
# fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495
wasmparser={version="0.200.3", package="tinywasm-wasmparser", default-features=false}
log={version="0.4", optional=true}
-tinywasm-types={version="0.4.0", path="../types", default-features=false}
+tinywasm-types={version="0.5.0", path="../types", default-features=false}
[features]
default=["std", "logging"]
logging=["log"]
std=["tinywasm-types/std"]
- \ No newline at end of file
+