diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-30 13:09:19 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-30 13:09:19 +0100 |
| commit | 712b7da4f6b20a9754dd78be632988bbb66f2cbe (patch) | |
| tree | 4920552fd4466204044d7b9f783394dac5bc0a73 /crates | |
| parent | d9190b5e7c391672604cba487802857eac89f6b7 (diff) | |
Release 0.4.0
tinywasm@0.4.0
tinywasm-cli@0.4.0
tinywasm-parser@0.4.0
tinywasm-types@0.4.0
Generated by cargo-workspaces
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/parser/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tinywasm/Cargo.toml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9cde64e..11914ef 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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" diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index df8acce..0fee8e1 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -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"] diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index bbc85e9..ad58b9e 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -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] |
