Skip to content

Commit 3eb936b

Browse files
authored
Merge pull request #696 from DavidKorczynski/patch-1
Fix breaking OSS-Fuzz coverage build
2 parents e5e4829 + a70882c commit 3eb936b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
cargo-fuzz = true
1010

1111
[dependencies]
12-
libfuzzer-sys = "0.3"
12+
libfuzzer-sys = "0.4.0"
1313

1414
[dependencies.url]
1515
path = ".."

0 commit comments

Comments
 (0)