From 60bea1e5e52d6672509dc394ab0df1e8b8423b00 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 25 Feb 2025 19:39:51 +0100 Subject: chore: update to rust 2024 Signed-off-by: Henry Gressmann --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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 "] repository="https://github.com/explodingcamera/tinywasm" -- cgit v1.3.1