diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-26 21:59:15 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-26 22:16:41 +0200 |
| commit | a8d7f3752416f76e9eb9e429c569f2bef70f1b51 (patch) | |
| tree | daffb517ca1ab6dee47a10a22885ae39126d13c2 /crates/parser | |
| parent | 463a3a6f56a5ca06cda890fd6fe7f16485ef70a0 (diff) | |
chore: v0.9.0-alpha.0
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
| -rw-r--r-- | crates/parser/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 1c228c4..417253d 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -14,13 +14,10 @@ readme="README.md" [dependencies] wasmparser={workspace=true, features=["validate", "features", "simd"]} log={workspace=true, optional=true} -tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false} +tinywasm-types={workspace=true} [features] default=["std", "log", "parallel"] log=["dep:log"] std=["tinywasm-types/std", "wasmparser/std"] parallel=["std"] - -[dev-dependencies] -wat.workspace=true |
