summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-08-29 15:19:22 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-08-29 15:19:22 +0200
commitd2064b9b7a8b65bdd27d5f368f17f5f1258550a0 (patch)
tree609e4c8e26454b36752dd8bf73795dfa3b8463ef /crates/wasm-testsuite
parent832adc32973f81c3a8643b64f2dd8ed7cf8b9778 (diff)
Release 0.8.0
tinywasm@0.8.0 tinywasm-cli@0.8.0 tinywasm-parser@0.8.0 tinywasm-types@0.8.0 wasm-testsuite@0.5.0 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 0bb61fc..8edcb8a 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
-version="0.4.0"
+version="0.5.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"