summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-16 19:25:36 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-16 19:25:36 +0100
commitbde338363cecb3e978d32e55c65ec1d48b2a847e (patch)
treec5da5ab7a0ba4104fe808e40605aa34a18aa283e /crates/parser/Cargo.toml
parent5626ca475a2372de0ffb6a58fec264a4ba7bf24d (diff)
chore: bump version so graphic stays up to date
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 386c142..bbdf4ac 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -12,7 +12,7 @@ repository.workspace=true
# TODO: create dependency free parser
wasmparser={version="0.100", package="wasmparser-nostd", default-features=false}
log={version="0.4", optional=true}
-tinywasm-types={version="0.0.4", path="../types"}
+tinywasm-types={version="0.0.5-alpha.0", path="../types"}
[features]
default=["std", "logging"]