diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-02-27 16:29:18 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-02-27 16:29:18 +0100 |
| commit | cfe8b708a82dd42b65d3ed4bef7577ed8737cd22 (patch) | |
| tree | 3e453c55071a88d5b3f26e1af532cd91fb78b9c3 /crates/parser/Cargo.toml | |
| parent | d2db1f7b3803c42619d91b85a66c12ace296bb21 (diff) | |
chore: remove recursive macro from parser
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 73eec99..3be0bb1 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace=true [dependencies] # fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495 -wasmparser={version="0.200.2", package="tinywasm-wasmparser", default-features=false} +wasmparser={version="0.200.3", package="tinywasm-wasmparser", default-features=false} log={version="0.4", optional=true} tinywasm-types={version="0.4.0", path="../types", default-features=false} |
