From 1041182f6ed3376eb62f4269c41cb16a47ab8ad0 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 27 Dec 2023 22:45:02 +0100 Subject: chore: bump version Signed-off-by: Henry --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/cli') 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" -- cgit v1.3.1