Explorar o código

Fix breaking OSS-Fuzz coverage build

DavidKorczynski %!s(int64=5) %!d(string=hai) anos
pai
achega
a70882cd02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      url/fuzz/Cargo.toml

+ 1 - 1
url/fuzz/Cargo.toml

@@ -9,7 +9,7 @@ publish = false
 cargo-fuzz = true
 
 [dependencies]
-libfuzzer-sys = "0.3"
+libfuzzer-sys = "0.4.0"
 
 [dependencies.url]
 path = ".."