Update fuzz crates (#826)
* deps: Update to arbitrary 0.3.x and libfuzzer-sys 0.2.0 * ci: Use cargo-fuzz 0.7.x in CI
This commit is contained in:
committed by
Alex Crichton
parent
0be3c2983c
commit
adcc047f4a
@@ -15,7 +15,7 @@ log = "0.4.8"
|
||||
wasmtime-fuzzing = { path = "../crates/fuzzing", features = ["env_logger"] }
|
||||
wasmtime-jit = { path = "../crates/jit" }
|
||||
wasmtime = { path = "../crates/api" }
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
libfuzzer-sys = "0.2.0"
|
||||
|
||||
[[bin]]
|
||||
name = "compile"
|
||||
|
||||
Reference in New Issue
Block a user