Update libfuzzer-sys dependency version number
To support oss-fuzz PoC, see https://github.com/bytecodealliance/wasmtime/issues/611
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user