Skip to content

Commit d2064b9

Browse files
1 parent 832adc3 commit d2064b9

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
@@ -12,7 +12,7 @@ pretty_env_logger="0.5"
1212
criterion={version="0.5", default-features=false, features=["cargo_bench_support", "rayon"]}
1313

1414
[workspace.package]
15-
version="0.8.0-alpha.0"
15+
version="0.8.0"
1616
rust-version="1.80"
1717
edition="2021"
1818
license="MIT OR Apache-2.0"

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.4.0"
3+
version="0.5.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)