diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-15 13:16:31 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-15 13:16:31 +0100 |
| commit | 62e065ea010137315aa873772c8c11e3b2e262f0 (patch) | |
| tree | 19c0584f8b9eda241206dd3283a89cd3b6b889d7 /crates/cli/Cargo.toml | |
| parent | 4697f7c63c0e985029e7f0683b518b1dadf17ccb (diff) | |
Release 0.0.4
tinywasm@0.0.4
tinywasm-cli@0.0.4
tinywasm-parser@0.0.4
tinywasm-types@0.0.4
wasm-testsuite@0.2.0
Generated by cargo-workspaces
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 0ac9559..be3c699 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-cli" -version="0.0.3" +version.workspace=true description="TinyWasm CLI" edition.workspace=true license.workspace=true @@ -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.3", path="../tinywasm", features=["std", "parser"]} +tinywasm={version="0.0.4", path="../tinywasm", features=["std", "parser"]} argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" |
