summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-09 15:11:37 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-09 15:11:37 +0100
commit4626fc03346218a0289bc872403e4710b1c80cd0 (patch)
tree1e31c207358a4266e658834040634c79db7da1d8 /crates/parser
parentc200240f35d07411c93caadc51b5087a3e22915d (diff)
fix: missing versions
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
-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 8755c43..3c59fbf 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={path="../types"}
+tinywasm-types={version="0.0.2", path="../types"}
[features]
default=["std", "logging"]