Update the fuzzing harness for API changes.

This commit is contained in:
Dan Gohman
2018-07-20 16:18:52 -07:00
parent dd3a9dab6e
commit 1413a58544
3 changed files with 19 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ cranelift-codegen = "0.16.1"
cranelift-wasm = "0.16.1"
cranelift-native = "0.16.1"
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
wasmparser = { version = "0.17.2", default-features = false }
# Prevent this from interfering with workspaces
[workspace]