diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-26 21:59:15 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-26 22:16:41 +0200 |
| commit | a8d7f3752416f76e9eb9e429c569f2bef70f1b51 (patch) | |
| tree | daffb517ca1ab6dee47a10a22885ae39126d13c2 /crates/cli/Cargo.toml | |
| parent | 463a3a6f56a5ca06cda890fd6fe7f16485ef70a0 (diff) | |
chore: v0.9.0-alpha.0
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index add21d3..1aed0cc 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -23,12 +23,20 @@ path="src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap={version="4.5", features=["derive"]} -clap_complete="4.5" +clap={version="4.6", features=["derive"]} +clap_complete="4.6" eyre.workspace=true log.workspace=true pretty_env_logger.workspace=true -tinywasm={version="0.9.0-alpha.0", path="../tinywasm", features=["std", "parser"]} +tinywasm={workspace=true, features=[ + "std", + "parser", + "log", + "archive", + "canonicalize-nans", + "debug", + "parallel-parser", +]} wat={workspace=true, optional=true} wast={workspace=true, optional=true} owo-colors={workspace=true} @@ -40,6 +48,6 @@ wat=["dep:wat"] wast=["dep:wast"] [dev-dependencies] -assert_cmd="2.0" +assert_cmd="2.2" predicates="3.1" -tempfile="3.20" +tempfile="3.27" |
