Give baby fuzzer listings unique package names (#1307)

As discussed in [#1305], it is problematic for the listings to have the
same package name, as they cause warnings to be emitted.
This commit is contained in:
Dimitri Kokkonis 2023-06-08 15:23:39 +02:00 committed by GitHub
parent 60c1990f4a
commit 7d67fc77b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_01"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_02"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_03"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_04"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_05"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,5 +1,5 @@
[package]
name = "baby_fuzzer"
name = "baby_fuzzer_listing_06"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"