Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
tinywasm@0.1.0
tinywasm-cli@0.1.0
tinywasm-parser@0.1.0
tinywasm-types@0.1.0

Generated by cargo-workspaces
  • Loading branch information
explodingcamera committed Dec 27, 2023
1 parent 85f5a38 commit a7ce633
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 @@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"

[workspace.package]
version="0.0.6-alpha.0"
version="0.1.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]
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.0.6-alpha.0", path="../tinywasm", features=["std", "parser"]}
tinywasm={version="0.1.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 @@ -12,7 +12,7 @@ repository.workspace=true
# TODO: create dependency free parser
wasmparser={version="0.100", package="wasmparser-nostd", default-features=false}
log={version="0.4", optional=true}
tinywasm-types={version="0.0.6-alpha.0", path="../types"}
tinywasm-types={version="0.1.0", path="../types"}

[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.0.6-alpha.0", path="../parser", default-features=false, optional=true}
tinywasm-types={version="0.0.6-alpha.0", path="../types", default-features=false}
tinywasm-parser={version="0.1.0", path="../parser", default-features=false, optional=true}
tinywasm-types={version="0.1.0", path="../types", default-features=false}

[dev-dependencies]
wasm-testsuite={path="../wasm-testsuite"}
Expand Down

0 comments on commit a7ce633

Please sign in to comment.