summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-15 13:16:31 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-15 13:16:31 +0100
commit62e065ea010137315aa873772c8c11e3b2e262f0 (patch)
tree19c0584f8b9eda241206dd3283a89cd3b6b889d7 /crates/wasm-testsuite/Cargo.toml
parent4697f7c63c0e985029e7f0683b518b1dadf17ccb (diff)
Release 0.0.4
tinywasm@0.0.4 tinywasm-cli@0.0.4 tinywasm-parser@0.0.4 tinywasm-types@0.0.4 wasm-testsuite@0.2.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 30a4e58..3e6d647 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
-version="0.1.0"
+version="0.2.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"