summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-15 13:47:31 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-15 13:47:31 +0200
commiteb6f7c72789177ce1ce9c9aa0d5e7468507ff18d (patch)
tree5e5196cad063240c237c6927420dd3dd76b3ae99 /crates/parser/Cargo.toml
parent41d0ff6c2cd731f62492f1841bb8887991df17b4 (diff)
Release 0.7.0
tinywasm@0.7.0 tinywasm-cli@0.7.0 tinywasm-parser@0.7.0 tinywasm-types@0.7.0 Generated by cargo-workspaces
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 73f430b..206a9ed 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -10,7 +10,7 @@ repository.workspace=true
[dependencies]
wasmparser={version="0.207", default-features=false, features=["validate"]}
log={version="0.4", optional=true}
-tinywasm-types={version="0.6.0", path="../types", default-features=false}
+tinywasm-types={version="0.7.0", path="../types", default-features=false}
[features]
default=["std", "logging"]