summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-27 11:26:12 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-03-27 11:30:47 +0100
commite074c5d6142dbe0cf7992c894829c2cce463157e (patch)
treed163d74a8d2bb080cfaca849c11661e87e21e0a8 /crates/wasm-testsuite/Cargo.toml
parent877622ee8c374fbfe78f35e992423f4ce91ae89c (diff)
Release 0.6.0
tinywasm@0.6.0 tinywasm-cli@0.6.0 tinywasm-parser@0.6.0 tinywasm-types@0.6.0 wasm-testsuite@0.3.0 Generated by cargo-workspaces
Diffstat (limited to 'crates/wasm-testsuite/Cargo.toml')
-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 2e2fc21..3e12db5 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
-version="0.2.2"
+version="0.3.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"