From ad2ffcd7fcad1a22242cede3b8dd975b5550bfda Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 11 Oct 2017 11:11:33 -0700 Subject: [PATCH] Update to wasmparser 0.13.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 0aacd4b6a9..2aa984d720 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" name = "cton_wasm" [dependencies] -wasmparser = "0.12.1" +wasmparser = "0.13.0" cretonne = { path = "../cretonne" } cretonne-frontend = { path = "../frontend" }