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]