From b704f5ad30a2f523c563c48749b7175f5f44972f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 3 Jan 2019 07:04:53 -0800 Subject: [PATCH] Update to wasmparser 0.23.0. --- lib/wast/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wast/Cargo.toml b/lib/wast/Cargo.toml index 14c117f8c3..a91b6c8bd2 100644 --- a/lib/wast/Cargo.toml +++ b/lib/wast/Cargo.toml @@ -21,7 +21,7 @@ wabt = "0.7" target-lexicon = "0.2.0" failure = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false } -wasmparser = { git = "https://github.com/sunfishcode/wasmparser.rs", branch = "export-operator-validator-config" } +wasmparser = "0.23.0" [badges] maintenance = { status = "experimental" }