From 76a537e3d4c5344d1bf2c6cf347317caf6482284 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Jul 2018 15:46:35 -0700 Subject: [PATCH] Update to wasmparser.rs 0.17.2. --- 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 1f2fdf4464..4c287cc05d 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" keywords = ["webassembly", "wasm"] [dependencies] -wasmparser = { version = "0.17.1", default-features = false } +wasmparser = { version = "0.17.2", default-features = false } cranelift-codegen = { path = "../codegen", version = "0.15.0", default-features = false } cranelift-frontend = { path = "../frontend", version = "0.15.0", default-features = false } hashmap_core = { version = "0.1.8", optional = true }