Remove always-on logging from fuzz targets (#878)
Now that the `cargo fuzz` tooling is better, it is easier to reproduce failures, and we don't need to be super paranoid about logging here.
This commit is contained in:
@@ -10,9 +10,7 @@ cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
arbitrary = "0.2.0"
|
||||
env_logger = "0.7.1"
|
||||
log = "0.4.8"
|
||||
wasmtime-fuzzing = { path = "../crates/fuzzing", features = ["env_logger"] }
|
||||
wasmtime-fuzzing = { path = "../crates/fuzzing" }
|
||||
wasmtime = { path = "../crates/api" }
|
||||
libfuzzer-sys = "0.2.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user