diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-25 13:08:24 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-25 13:08:24 +0200 |
| commit | ba1f2638d2979bcd86313f9429c48da22478adc8 (patch) | |
| tree | cc31b34854f8432ba4a8a2023c8d38e0d4def1c8 /crates/cli | |
| parent | fc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (diff) | |
chore: update deps & testsuite, add msrv
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli')
| -rw-r--r-- | crates/cli/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 6876e9f..60207a6 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace=true license.workspace=true authors.workspace=true repository.workspace=true +rust-version.workspace=true [[bin]] name="tinywasm-cli" @@ -19,7 +20,7 @@ argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" pretty_env_logger="0.5" -wast={version="210.0", optional=true} +wast={version="211.0", optional=true} [features] default=["wat"] |
