Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 01201b1

Browse files
fitzgenyurydelendik
authored andcommitted
deps: bump wasmparser dependency to 0.39.2 (#1112)
This has a bug fix for Wasm multi-value blocks that is necessary to getting the spec tests passing.
1 parent ee6fe21 commit 01201b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cranelift-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm"]
1111
edition = "2018"
1212

1313
[dependencies]
14-
wasmparser = { version = "0.39.1", default-features = false }
14+
wasmparser = { version = "0.39.2", default-features = false }
1515
cranelift-codegen = { path = "../cranelift-codegen", version = "0.44.0", default-features = false }
1616
cranelift-entity = { path = "../cranelift-entity", version = "0.44.0" }
1717
cranelift-frontend = { path = "../cranelift-frontend", version = "0.44.0", default-features = false }

0 commit comments

Comments
 (0)