Skip to content

Commit 2ac04cd

Browse files
1 parent 9f4e3c1 commit 2ac04cd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ panic="abort"
1111
inherits="release"
1212

1313
[workspace.package]
14-
version="0.6.0"
14+
version="0.6.1"
1515
edition="2021"
1616
license="MIT OR Apache-2.0"
1717
authors=["Henry Gressmann <[email protected]>"]

crates/wasm-testsuite/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name="wasm-testsuite"
3-
version="0.3.0"
3+
version="0.4.0"
44
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
55
license="Apache-2.0"
66
readme="README.md"

0 commit comments

Comments
 (0)