From f823526a42d6fb1edda623604e4c7a4e8d1f6bc0 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 26 Nov 2018 04:10:50 -0800 Subject: [PATCH] Update to wasmparser 0.22. --- fuzz/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 7fce2b145e..6132b43b78 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -14,7 +14,10 @@ cranelift-codegen = "0.24.0" cranelift-wasm = "0.24.0" cranelift-native = "0.24.0" libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" } -wasmparser = { version = "0.17.2", default-features = false } +wasmparser = { version = "0.22.0", default-features = false } + +[features] +default = ["wasmparser/core"] # Prevent this from interfering with workspaces [workspace]