Skip to content

Commit b173dbf

Browse files
committed
Update wasmparser dependency to 0.62.0
1 parent 6fbae30 commit b173dbf

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ members = ["./fuzz"]
1919

2020
[patch.crates-io]
2121
arbitrary = { path = "../arbitrary" }
22-
wasmparser = { path = "../wasm-tools/crates/wasmparser" }

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo-fuzz = true
1111

1212
[dependencies]
1313
libfuzzer-sys = "0.3"
14-
wasmparser = "0.61.0"
14+
wasmparser = "0.62.0"
1515
wasm-smith = { path = ".." }
1616

1717
[[bin]]

0 commit comments

Comments
 (0)