Skip to content

Commit 6332544

Browse files
committed
fuzz: Pin libfuzzer-sys to 0.3.2 to avoid build breakage.
1 parent 4f4447e commit 6332544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp4parse_capi/fuzz/Cargo.toml

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

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

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

0 commit comments

Comments
 (0)