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:
parent
60c1990f4a
commit
7d67fc77b5
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "baby_fuzzer"
|
name = "baby_fuzzer_listing_01"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "baby_fuzzer"
|
name = "baby_fuzzer_listing_02"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "baby_fuzzer"
|
name = "baby_fuzzer_listing_03"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "baby_fuzzer"
|
name = "baby_fuzzer_listing_04"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "baby_fuzzer"
|
name = "baby_fuzzer_listing_05"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "baby_fuzzer"
|
name = "baby_fuzzer_listing_06"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user