Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed Mar 27, 2024
1 parent 877622e commit 3904c64
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 @@ -11,7 +11,7 @@ panic="abort"
inherits="release"

[workspace.package]
version="0.5.0"
version="0.6.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path="src/bin.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tinywasm={version="0.5.0", path="../tinywasm", features=["std", "parser"]}
tinywasm={version="0.6.0", path="../tinywasm", features=["std", "parser"]}
argh="0.1"
color-eyre={version="0.6", default-features=false}
log="0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace=true
# fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495
wasmparser={version="0.202.0", package="tinywasm-wasmparser", default-features=false}
log={version="0.4", optional=true}
tinywasm-types={version="0.5.0", path="../types", default-features=false}
tinywasm-types={version="0.6.0", path="../types", default-features=false}

[features]
default=["std", "logging"]
Expand Down
4 changes: 2 additions & 2 deletions crates/tinywasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path="src/lib.rs"

[dependencies]
_log={version="0.4", optional=true, package="log"}
tinywasm-parser={version="0.5.0", path="../parser", default-features=false, optional=true}
tinywasm-types={version="0.5.0", path="../types", default-features=false}
tinywasm-parser={version="0.6.0", path="../parser", default-features=false, optional=true}
tinywasm-types={version="0.6.0", path="../types", default-features=false}
libm={version="0.2", default-features=false}

[dev-dependencies]
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.2.2"
version="0.3.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 3904c64

Please sign in to comment.