Merge pull request 770 from DavidKorczynski/patch-1

This commit is contained in:
David Tolnay 2021-04-08 07:39:20 -07:00
commit d279a78a23
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -9,7 +9,7 @@ edition = "2018"
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.3"
libfuzzer-sys = "0.4"
serde_json = { path = ".." }
[[bin]]