From a6af10725709d1de90680681987936145ec825da Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 3 Oct 2019 12:41:53 -0700 Subject: [PATCH] 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. --- cranelift/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index c1e4bdd80b..81266bd227 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm"] edition = "2018" [dependencies] -wasmparser = { version = "0.39.1", default-features = false } +wasmparser = { version = "0.39.2", default-features = false } cranelift-codegen = { path = "../cranelift-codegen", version = "0.44.0", default-features = false } cranelift-entity = { path = "../cranelift-entity", version = "0.44.0" } cranelift-frontend = { path = "../cranelift-frontend", version = "0.44.0", default-features = false }