Skip to content

Commit eac4cd9

Browse files
committed
fuzz: Give fuzz_target_1 a more obvious name.
1 parent 22dd662 commit eac4cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mp4parse_capi/fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ path = ".."
1919
members = ["."]
2020

2121
[[bin]]
22-
name = "fuzz_target_1"
23-
path = "fuzz_targets/fuzz_target_1.rs"
22+
name = "mp4"
23+
path = "fuzz_targets/mp4.rs"
2424

2525
[[bin]]
2626
name = "avif"

0 commit comments

Comments
 (0)