Skip to content

Commit

Permalink
Fix authors field in Cargo.toml
Browse files Browse the repository at this point in the history
The field is an array, so we should use it like that... :D
  • Loading branch information
Turbo87 authored and LukeMathWalker committed Jun 14, 2024
1 parent 0a3a687 commit ba49cc9
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 @@
edition = "2021"
name = "cargo-manifest"
version = "0.14.0"
authors = ["Kornel <[email protected]>, Luca Palmieri <[email protected]>"]
authors = ["Kornel <[email protected]>", "Luca Palmieri <[email protected]>"]
description = "Helper crate to parse and manipulate manifests - `Cargo.toml` files."
keywords = ["cargo", "metadata", "toml", "serde", "manifest"]
categories = ["rust-patterns", "parser-implementations"]
Expand Down

0 comments on commit ba49cc9

Please sign in to comment.