From ba1f2638d2979bcd86313f9429c48da22478adc8 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 25 Jun 2024 13:08:24 +0200 Subject: chore: update deps & testsuite, add msrv Signed-off-by: Henry Gressmann --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1b944a4..f4c2a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ inherits="release" [workspace.package] version="0.7.0" +rust-version="1.79" edition="2021" license="MIT OR Apache-2.0" authors=["Henry Gressmann "] @@ -20,7 +21,8 @@ repository="https://github.com/explodingcamera/tinywasm" [package] name="tinywasm-root" publish=false -edition="2021" +edition.workspace=true +rust-version.workspace=true [[example]] name="wasm-rust" -- cgit v1.3.1