Skip to content

Commit 6cdb904

Browse files
committed
fuzz: bump libfuzzer-sys dependency
This is a half-hearted attempt to fix a build failure that I don't understand in OSS-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34294 cc @DavidKorczynski
1 parent f2dc1b7 commit 6cdb904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
cargo-fuzz = true
1212

1313
[dependencies]
14-
libfuzzer-sys = "0.4.0"
14+
libfuzzer-sys = "0.4.1"
1515

1616
[dependencies.regex]
1717
path = ".."

0 commit comments

Comments
 (0)