summaryrefslogtreecommitdiff
path: root/crates/cli
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/cli
parent5626ca475a2372de0ffb6a58fec264a4ba7bf24d (diff)
chore: bump version so graphic stays up to date
Signed-off-by: Henry Gressmann <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 be3c699..866f8cb 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.4", path="../tinywasm", features=["std", "parser"]}
+tinywasm={version="0.0.5-alpha.0", path="../tinywasm", features=["std", "parser"]}
argh="0.1"
color-eyre={version="0.6", default-features=false}
log="0.4"