Skip to content

Commit 67f0fd6

Browse files
1 parent 133ae7e commit 67f0fd6

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
@@ -10,7 +10,7 @@ panic="abort"
1010
inherits="release"
1111

1212
[workspace.package]
13-
version="0.3.0-alpha.0"
13+
version="0.3.0"
1414
edition="2021"
1515
license="MIT OR Apache-2.0"
1616
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.2.0"
3+
version="0.2.1"
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)