Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
tinywasm@0.8.0
tinywasm-cli@0.8.0
tinywasm-parser@0.8.0
tinywasm-types@0.8.0
wasm-testsuite@0.5.0

Generated by cargo-workspaces
  • Loading branch information
explodingcamera committed Aug 29, 2024
1 parent 832adc3 commit d2064b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pretty_env_logger="0.5"
criterion={version="0.5", default-features=false, features=["cargo_bench_support", "rayon"]}

[workspace.package]
version="0.8.0-alpha.0"
version="0.8.0"
rust-version="1.80"
edition="2021"
license="MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name="wasm-testsuite"
version="0.4.0"
version="0.5.0"
description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations"
license="Apache-2.0"
readme="README.md"
Expand Down

0 comments on commit d2064b9

Please sign in to comment.