diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 15:04:31 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 15:04:31 +0100 |
| commit | bd0e392150634d47896272ca4d2115ed132ab3c1 (patch) | |
| tree | 67d4e5146796ad6ae2f2b4ad41302b9f41142c91 /crates | |
| parent | e866793a640f60b1ca9a6fc228dbcf2703aebaee (diff) | |
Release 0.0.1
tinywasm@0.0.1
tinywasm-cli@0.0.1
tinywasm-parser@0.0.1
tinywasm-types@0.0.1
Generated by cargo-workspaces
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/parser/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tinywasm/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/types/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index a4bd899..ba1ea81 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-cli" -version="0.0.0" +version="0.0.1" edition="2021" [[bin]] diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 17c5557..823e69b 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-parser" -version="0.0.0" +version="0.0.1" edition="2021" [dependencies] diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index b5f2185..d58a6e1 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm" -version="0.0.0" +version="0.0.1" edition="2021" [lib] diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index f3fc5fa..e91a4f1 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-types" -version="0.0.0" +version="0.0.1" edition="2021" readme="../../README.md" |
