summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-26 12:39:34 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-26 12:39:34 +0100
commit67f0fd68f1f60f0629d997d5181e5e06440258d7 (patch)
treefa571a6fbb04e5e617f79d01c721896a7bcf93c1 /Cargo.toml
parent133ae7e1f1eb6ccd027a3a0117766551197671f2 (diff)
Release 0.3.0
tinywasm@0.3.0 tinywasm-cli@0.3.0 tinywasm-parser@0.3.0 tinywasm-types@0.3.0 wasm-testsuite@0.2.1 Generated by cargo-workspaces
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 33cfdd1..ee9a9df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ panic="abort"
inherits="release"
[workspace.package]
-version="0.3.0-alpha.0"
+version="0.3.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]