From c791a4f8b18c0190907d39dd9593f7454ebf5911 Mon Sep 17 00:00:00 2001 From: morenzg Date: Wed, 18 Apr 2018 12:46:55 -0400 Subject: [PATCH] Update to wasmparser 0.16.0 --- 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 ddf76afaf5..b2ec94fa34 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" keywords = ["webassembly", "wasm"] [dependencies] -wasmparser = { git = "https://github.com/yurydelendik/wasmparser.rs", default_features = false } +wasmparser = { version = "0.16.0", default_features = false } cretonne-codegen = { path = "../codegen", version = "0.5.0", default_features = false } cretonne-frontend = { path = "../frontend", version = "0.5.0", default_features = false }