Skip to content

Commit 966e54e

Browse files
committed
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.
1 parent d7c3c45 commit 966e54e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc_codegen_cranelift"
33
version = "0.1.0"
4-
authors = ["bjorn3 <[email protected]>"]
54
edition = "2018"
65

76
[lib]

build_sysroot/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["bjorn3 <[email protected]>"]
32
name = "sysroot"
43
version = "0.0.0"
54

0 commit comments

Comments
 (0)