diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-13 20:59:51 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-13 20:59:51 +0200 |
| commit | fc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (patch) | |
| tree | ed6fb4d3395cf86d3aaff3c689d246ba3e333362 /crates/cli/Cargo.toml | |
| parent | b61e55c1fbf5c0c443b325967a524a2623429029 (diff) | |
chore: update deps
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d6f74af..6876e9f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -19,7 +19,7 @@ argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" pretty_env_logger="0.5" -wast={version="209.0", optional=true} +wast={version="210.0", optional=true} [features] default=["wat"] |
