diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 14:56:03 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 14:56:03 +0100 |
| commit | d08750034a582b7ef338432a360c62a2969f6aa0 (patch) | |
| tree | 577296351a97ed044dd2ceabc7d772c42cf21c0f /crates/parser/Cargo.toml | |
| parent | ea0a362c585c2a2da39ec8fbafacd79c17680665 (diff) | |
chore: improve documentation
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
| -rw-r--r-- | crates/parser/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
