rfc3052: Remove authors field from Cargo manifests
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "unicode-bdd"
|
||||
version = "0.1.0"
|
||||
authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
Reference in New Issue
Block a user