summaryrefslogtreecommitdiff
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
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
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
-rw-r--r--crates/wasm-testsuite/Cargo.toml2
3 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5ba99d4..14fddce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2048,7 +2048,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tinywasm"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"eyre",
"libm",
@@ -2065,7 +2065,7 @@ dependencies = [
[[package]]
name = "tinywasm-cli"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"argh",
"color-eyre",
@@ -2077,7 +2077,7 @@ dependencies = [
[[package]]
name = "tinywasm-parser"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"log",
"tinywasm-types",
@@ -2096,7 +2096,7 @@ dependencies = [
[[package]]
name = "tinywasm-types"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"bytecheck 0.7.0",
"log",
@@ -2337,7 +2337,7 @@ dependencies = [
[[package]]
name = "wasm-testsuite"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"rust-embed",
]
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>"]
diff --git a/crates/wasm-testsuite/Cargo.toml b/crates/wasm-testsuite/Cargo.toml
index 3e12db5..5a59ecd 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
-version="0.3.0"
+version="0.4.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"