diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-25 13:08:24 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-25 13:08:24 +0200 |
| commit | ba1f2638d2979bcd86313f9429c48da22478adc8 (patch) | |
| tree | cc31b34854f8432ba4a8a2023c8d38e0d4def1c8 /Cargo.toml | |
| parent | fc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (diff) | |
chore: update deps & testsuite, add msrv
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
