Fix authors to use vector
This commit is contained in:
parent
d2cb148f5c
commit
6bf0be5c0e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = "version_name_generator"
|
name = "version_name_generator"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = "James Musselman <jtmuss@pm.me>"
|
authors = ["James Musselman <jtmuss@pm.me>"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue