diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-02-22 20:18:11 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-02-22 20:18:11 +0100 |
| commit | 1313cc071f45f5a0ce97637d130d4334a5e9bdfd (patch) | |
| tree | 3d7b4b884bbae8f9267004d58845c86963ab2f03 /crates/cli/Cargo.toml | |
| parent | 6cf5448611bdf5956127f1fe6840891c50a6f3ae (diff) | |
chore: update wasm testsuite, fix broken tests
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 e1e9412..78d0b90 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="71.0", optional=true} +wast={version="200.0", optional=true} [features] default=["wat"] |
