summaryrefslogtreecommitdiff
path: root/crates/cli
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-27 22:45:02 +0100
committerHenry <mail@henrygressmann.de>2023-12-27 22:45:02 +0100
commit1041182f6ed3376eb62f4269c41cb16a47ab8ad0 (patch)
tree013f7a8cc2de045d2308cba6be3f1af9a48f8dee /crates/cli
parenta7ce6334efbe39c2cc36e159132aef93834bfd72 (diff)
chore: bump version
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli')
-rw-r--r--crates/cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 1a23d16..571dfc0 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -14,7 +14,7 @@ path="src/bin.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tinywasm={version="0.1.0", path="../tinywasm", features=["std", "parser"]}
+tinywasm={version="0.2.0-alpha.0", path="../tinywasm", features=["std", "parser"]}
argh="0.1"
color-eyre={version="0.6", default-features=false}
log="0.4"