summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-10 00:13:43 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-10 00:13:43 +0200
commit2ac04cd653898786caca198726e6b9938185b76a (patch)
treec824fbea1067f13e29500a5499e708de050f10d3 /Cargo.toml
parent9f4e3c1c17569689afa80376c5f708f3b8d37f73 (diff)
Release 0.6.1
tinywasm@0.6.1 tinywasm-cli@0.6.1 tinywasm-parser@0.6.1 tinywasm-types@0.6.1 wasm-testsuite@0.4.0 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 8972894..6cac50f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ panic="abort"
inherits="release"
[workspace.package]
-version="0.6.0"
+version="0.6.1"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]