From cad7e501065a92e5f5c6cbd29214bea12baf8673 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 3 Oct 2017 12:18:18 -0700 Subject: [PATCH] Update to wasmparser 0.11.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8278d9ccc..e74552e04b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" } cretonne-native = { git = "https://github.com/stoklund/cretonne.git" } wasmstandalone = { path = "lib/wasmstandalone" } wasm2obj = { path = "lib/wasm2obj" } -wasmparser = "0.8.2" +wasmparser = "0.11.2" wasmtext = { git = "https://github.com/yurydelendik/wasmtext" } filecheck = "0.0.1" docopt = "0.8.0"