diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-09 20:09:05 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-09 20:09:05 +0200 |
| commit | 11271a201633d3b07adacd07e407ac8d07e5fce3 (patch) | |
| tree | 1b0d81c692307aa332628594218a85ebfe665393 /crates/parser/Cargo.toml | |
| parent | 81dc6e7062ed86945a6253c6edaffe62ddabc631 (diff) | |
chore: update dependencies + test spec
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 7d726d4..73f430b 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -8,7 +8,7 @@ authors.workspace=true repository.workspace=true [dependencies] -wasmparser={version="0.206", default-features=false} +wasmparser={version="0.207", default-features=false, features=["validate"]} log={version="0.4", optional=true} tinywasm-types={version="0.6.0", path="../types", default-features=false} |
