From 6bf0be5c0ea4e9544a2160106a7e5a1817f35c52 Mon Sep 17 00:00:00 2001 From: Musselman Date: Sat, 16 Dec 2023 14:04:32 -0600 Subject: [PATCH] Fix authors to use vector --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 503dd27..c5507ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "version_name_generator" version = "0.1.0" edition = "2021" -authors = "James Musselman " +authors = ["James Musselman "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html