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 = "rustc-std-workspace-core"
|
||||
version = "1.99.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = 'MIT OR Apache-2.0'
|
||||
description = """
|
||||
Hack for the compiler's own build system
|
||||
|
||||
Reference in New Issue
Block a user