summaryrefslogtreecommitdiff
path: root/crates/cli
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-22 20:18:11 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-22 20:18:11 +0100
commit1313cc071f45f5a0ce97637d130d4334a5e9bdfd (patch)
tree3d7b4b884bbae8f9267004d58845c86963ab2f03 /crates/cli
parent6cf5448611bdf5956127f1fe6840891c50a6f3ae (diff)
chore: update wasm testsuite, fix broken tests
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli')
-rw-r--r--crates/cli/Cargo.toml2
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"]