summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-06-19 15:59:03 +0200
committerHenry Gressmann <mail@henrygressmann.de>2025-06-19 15:59:03 +0200
commitc09a3bd01a45bb1a444ff158a0997a6eea49eb78 (patch)
treef760ebd49fae1e16c4440a2b986990c9b13dac0c /Cargo.toml
parent7868519acdf5e8a5fe8d042bbac75e95e9d2f742 (diff)
chore: fix ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 858ad13..9377acc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="234"
-wat="1.234"
-wasmparser={version="0.234", default-features=false}
+wast="235"
+wat="1.235"
+wasmparser={version="0.235", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"