summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"