summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-19 15:01:40 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-19 15:01:40 +0100
commit45b11e3260c10afa45338525413f609100b76940 (patch)
tree713ad750a1188827b7a1134e86d17af255aba192 /crates/cli/Cargo.toml
parent61e52d2ccaeacefd20fe10d2bafcd5c8eadd8edb (diff)
chore: bump version
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
-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 866f8cb..2ca7a4b 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.0.5-alpha.0", path="../tinywasm", features=["std", "parser"]}
+tinywasm={version="0.0.6-alpha.0", path="../tinywasm", features=["std", "parser"]}
argh="0.1"
color-eyre={version="0.6", default-features=false}
log="0.4"