Update libfuzzer-sys dependency version number

To support oss-fuzz PoC, see
https://github.com/bytecodealliance/wasmtime/issues/611
This commit is contained in:
Jonathan Foote
2020-01-20 15:28:53 +00:00
parent 815576edc5
commit 47f8c1e561

View File

@@ -14,7 +14,7 @@ env_logger = "0.7.1"
log = "0.4.8" log = "0.4.8"
wasmtime-fuzzing = { path = "../crates/fuzzing", features = ["env_logger"] } wasmtime-fuzzing = { path = "../crates/fuzzing", features = ["env_logger"] }
wasmtime = { path = "../crates/api" } wasmtime = { path = "../crates/api" }
libfuzzer-sys = "0.2.0" libfuzzer-sys = "0.2.1"
[[bin]] [[bin]]
name = "compile" name = "compile"