From 9bce21c17cee54c2d2b711e731f90f343933f151 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 11 Sep 2017 11:34:39 -0700 Subject: [PATCH] Update to wasmparser 0.9.4 for a bugfix in create_binary_reader. --- lib/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wasm/Cargo.toml b/lib/wasm/Cargo.toml index 8cc3b40819..9cabdc1b92 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -11,6 +11,6 @@ license = "Apache-2.0" name = "cton_wasm" [dependencies] -wasmparser = "0.9.3" +wasmparser = "0.9.4" cretonne = { path = "../cretonne" } cretonne-frontend = { path = "../frontend" }