Skip to content

Commit

Permalink
Give baby fuzzer listings unique package names
Browse files Browse the repository at this point in the history
As discussed in [AFLplusplus#1305], it is problematic for the listings to have the
same package name, as they cause warnings to be emitted.
  • Loading branch information
kokkonisd committed Jun 7, 2023
1 parent 60c1990 commit dffb827
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_01"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-02/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_02"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-03/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_03"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-04/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_04"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-05/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_05"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-06/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_06"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit dffb827

Please sign in to comment.