From 9bc4264a33705b98a92c4a2e93178f0f6ad4cd60 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 1 Sep 2017 09:31:05 -0700 Subject: [PATCH] Update dependency to wasmparser v0.8.2. Soon we'll need the BinaryReader::read_local_decl() method which was added in that release. --- 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 d03f178cd5..28710bdc76 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -8,6 +8,6 @@ repository = "https://github.com/stoklund/cretonne" license = "Apache-2.0" [dependencies] -wasmparser = "0.6.1" +wasmparser = "0.8.2" cretonne = { path = "../cretonne" } cretonne-frontend = { path = "../frontend" }