summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-02-25 19:39:51 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-02-25 19:39:51 +0100
commit60bea1e5e52d6672509dc394ab0df1e8b8423b00 (patch)
treeda1f9ae691e6f76dee3456d83da1461230baee25 /Cargo.toml
parentd6493c277eb1104aaf72a8e0e6959ce3d1cc4932 (diff)
chore: update to rust 2024
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e92c4ad..e433260 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="225"
-wat="1.225"
+wast="226"
+wat="1.226"
+wasmparser={version="0.226", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"
@@ -13,8 +14,8 @@ criterion={version="0.5", default-features=false, features=["cargo_bench_support
[workspace.package]
version="0.9.0-alpha.0"
-rust-version="1.81"
-edition="2021"
+rust-version="1.85"
+edition="2024"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]
repository="https://github.com/explodingcamera/tinywasm"