Skip to content

Commit 55ef967

Browse files
committed
Rename fuzzing target
1 parent 7f4e079 commit 55ef967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fuzz/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = ".."
1919
members = ["."]
2020

2121
[[bin]]
22-
name = "fuzz_target_1"
23-
path = "fuzz_targets/fuzz_target_1.rs"
22+
name = "roundtrip"
23+
path = "fuzz_targets/roundtrip.rs"
2424
test = false
2525
doc = false
File renamed without changes.

0 commit comments

Comments
 (0)