From 62e065ea010137315aa873772c8c11e3b2e262f0 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 15 Dec 2023 13:16:31 +0100 Subject: Release 0.0.4 tinywasm@0.0.4 tinywasm-cli@0.0.4 tinywasm-parser@0.0.4 tinywasm-types@0.0.4 wasm-testsuite@0.2.0 Generated by cargo-workspaces --- crates/cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 0ac9559..be3c699 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-cli" -version="0.0.3" +version.workspace=true description="TinyWasm CLI" edition.workspace=true license.workspace=true @@ -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.3", path="../tinywasm", features=["std", "parser"]} +tinywasm={version="0.0.4", path="../tinywasm", features=["std", "parser"]} argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" -- cgit v1.3.1