Skip to content

Commit 11271a2

Browse files
chore: update dependencies + test spec
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 81dc6e7 commit 11271a2

File tree

6 files changed

+108
-65
lines changed

6 files changed

+108
-65
lines changed

Cargo.lock

Lines changed: 80 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors.workspace=true
88
repository.workspace=true
99

1010
[dependencies]
11-
wasmparser={version="0.206", default-features=false}
11+
wasmparser={version="0.207", default-features=false, features=["validate"]}
1212
log={version="0.4", optional=true}
1313
tinywasm-types={version="0.6.0", path="../types", default-features=false}
1414

0 commit comments

Comments
 (0)