summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-01 16:07:53 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-03-01 16:07:53 +0100
commitd2b6c53b5d0134a609f6d3dfd8225d5e9d2ed3c4 (patch)
tree066a478e059651c14f7260e9044f338a0d827aa1 /crates/wasm-testsuite
parent1f5d583470a30fdfc3f8327f624a613191c7cf95 (diff)
Release 0.5.0
tinywasm@0.5.0 tinywasm-cli@0.5.0 tinywasm-parser@0.5.0 tinywasm-types@0.5.0 wasm-testsuite@0.2.2 Generated by cargo-workspaces
Diffstat (limited to 'crates/wasm-testsuite')
-rw-r--r--crates/wasm-testsuite/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/wasm-testsuite/Cargo.toml b/crates/wasm-testsuite/Cargo.toml
index 04f478c..97c1f58 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
-version="0.2.1"
+version="0.2.2"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"