diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-10 14:23:31 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-10 14:23:31 +0100 |
| commit | 33ad02454b58a988c45552a9fe94c76f2f9427b9 (patch) | |
| tree | 04a14bdddd5125dda58df4f32203d8505fe49408 /crates/parser | |
| parent | 5315ea932697da4bf6fa814576e1823233063a95 (diff) | |
Release 0.0.3
tinywasm@0.0.3
tinywasm-cli@0.0.3
tinywasm-parser@0.0.3
tinywasm-types@0.0.3
wasm-testsuite@0.1.0
Generated by cargo-workspaces
Diffstat (limited to 'crates/parser')
| -rw-r--r-- | crates/parser/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 3c59fbf..28c2675 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-parser" -version="0.0.2" +version="0.0.3" description="TinyWasm parser" edition.workspace=true license.workspace=true @@ -12,7 +12,7 @@ repository.workspace=true # TODO: create dependency free parser wasmparser={version="0.100", package="wasmparser-nostd", default-features=false} log={version="0.4", optional=true} -tinywasm-types={version="0.0.2", path="../types"} +tinywasm-types={version="0.0.3", path="../types"} [features] default=["std", "logging"] |
