소스 검색

Fix breaking OSS-Fuzz coverage build

DavidKorczynski 5 년 전
부모
커밋
a70882cd02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = ".."