summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-25 13:08:24 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-25 13:08:24 +0200
commitba1f2638d2979bcd86313f9429c48da22478adc8 (patch)
treecc31b34854f8432ba4a8a2023c8d38e0d4def1c8 /Cargo.toml
parentfc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (diff)
chore: update deps & testsuite, add msrv
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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 <mail@henrygressmann.de>"]
@@ -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"