From 229b748f025bd3d6c23c99a9845b59d5a6137613 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 23 Apr 2018 14:06:54 -0700 Subject: [PATCH] Update to wasmparser 0.16.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 7c83cf9ed8..5b48088a05 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.16.0", default-features = false } +wasmparser = { version = "0.16.1", default-features = false } cretonne-codegen = { path = "../codegen", version = "0.5.1", default-features = false } cretonne-frontend = { path = "../frontend", version = "0.5.1", default-features = false }