From 47f8c1e561a35c7b97fe1156148ddfd1bc963f4f Mon Sep 17 00:00:00 2001 From: Jonathan Foote Date: Mon, 20 Jan 2020 15:28:53 +0000 Subject: [PATCH] Update libfuzzer-sys dependency version number To support oss-fuzz PoC, see https://github.com/bytecodealliance/wasmtime/issues/611 --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 0d28aae9a1..efa1cd210b 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.7.1" log = "0.4.8" wasmtime-fuzzing = { path = "../crates/fuzzing", features = ["env_logger"] } wasmtime = { path = "../crates/api" } -libfuzzer-sys = "0.2.0" +libfuzzer-sys = "0.2.1" [[bin]] name = "compile"