summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-10-11 22:44:29 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-10-11 22:46:17 +0200
commit4c1f44a79d0e04fb33042c2eabc27040d260dfa5 (patch)
treefe259e1f47f9346d3d15c394424d9214c2e9d304 /crates/wasm-testsuite/Cargo.toml
parentc00031a82782393eb32a9143aedb61e902a7c5d0 (diff)
feat: add simd support to the parser
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 8edcb8a..46df77f 100644
--- a/crates/wasm-testsuite/Cargo.toml
+++ b/crates/wasm-testsuite/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
-version="0.5.0"
+version="0.6.0-alpha.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"