summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-15 13:16:31 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-15 13:16:31 +0100
commit62e065ea010137315aa873772c8c11e3b2e262f0 (patch)
tree19c0584f8b9eda241206dd3283a89cd3b6b889d7 /Cargo.toml
parent4697f7c63c0e985029e7f0683b518b1dadf17ccb (diff)
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f339078..72d3b29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
+version="0.0.4"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]