From d2b6c53b5d0134a609f6d3dfd8225d5e9d2ed3c4 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 1 Mar 2024 16:07:53 +0100 Subject: Release 0.5.0 tinywasm@0.5.0 tinywasm-cli@0.5.0 tinywasm-parser@0.5.0 tinywasm-types@0.5.0 wasm-testsuite@0.2.2 Generated by cargo-workspaces --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 78d0b90..f6105c8 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.4.0", path="../tinywasm", features=["std", "parser"]} +tinywasm={version="0.5.0", path="../tinywasm", features=["std", "parser"]} argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" -- cgit v1.3.1