Skip to content

Commit

Permalink
Cargo.toml fix
Browse files Browse the repository at this point in the history
Turns out, that the authors field is expecting a type of string[]
instead of string. I'm surprised, that rust rover didn't catch this.
  • Loading branch information
Khenziii committed Jan 20, 2024
1 parent 4581a5c commit 6c14605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "croissantdealer"
version = "0.1.0"
edition = "2021"
authors = "Khenzii"
authors = ["Khenzii"]
description = "Chess bot"
repository = "https://github.com/Khenziii/croissantdealer"
readme = "README.md"
Expand Down

0 comments on commit 6c14605

Please sign in to comment.