Remove the authors field from Cargo.tomls
It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors".
This commit is contained in:
parent
88e36a70bd
commit
1f746e0939
44 changed files with 0 additions and 53 deletions
xtask
|
@ -1,8 +1,4 @@
|
|||
[package]
|
||||
authors = [
|
||||
"Ulf Lilleengen <lulf@redhat.com>",
|
||||
"Bob McWhirter <bmcwhirt@redhat.com>"
|
||||
]
|
||||
edition = "2021"
|
||||
name = "xtask"
|
||||
version = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue