Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed Jan 30, 2024
1 parent d9190b5 commit 712b7da
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ -10,7 +10,7 @@ panic="abort"
inherits="release"

[workspace.package]
version="0.3.0"
version="0.4.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.3.0-alpha.0", path="../tinywasm", features=["std", "parser"]}
tinywasm={version="0.4.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.100", package="wasmparser-nostd", default-features=false}
log={version="0.4", optional=true}
tinywasm-types={version="0.3.0-alpha.0", path="../types", default-features=false}
tinywasm-types={version="0.4.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}
tinywasm-parser={version="0.3.0-alpha.0", path="../parser", default-features=false, optional=true}
tinywasm-types={version="0.3.0-alpha.0", path="../types", default-features=false}
tinywasm-parser={version="0.4.0", path="../parser", default-features=false, optional=true}
tinywasm-types={version="0.4.0", path="../types", default-features=false}
libm={version="0.2", default-features=false}

[dev-dependencies]
Expand Down

0 comments on commit 712b7da

Please sign in to comment.