From 289145e7cf2ba5db25f79f82a62e72c8d583e870 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Jul 2018 15:43:39 -0700 Subject: [PATCH] Update to wasmparser.rs 0.17.1. --- 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 dc4faf3004..1f2fdf4464 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.0", default-features = false } +wasmparser = { version = "0.17.1", 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 }