diff options
| author | Jade <software@lfcode.ca> | 2021-07-27 16:38:13 -0700 |
|---|---|---|
| committer | Jade <software@lfcode.ca> | 2021-07-29 14:56:05 -0700 |
| commit | 966e54ee2ed1a329ae0e1fe28e9a7bcc75d96ab5 (patch) | |
| tree | f9083bb27d922e8eb76d2151ddfa882d0052cb51 | |
| parent | d7c3c45d685403e090d84956da9e4d1a82ca6666 (diff) | |
| download | rust-966e54ee2ed1a329ae0e1fe28e9a7bcc75d96ab5.tar.gz rust-966e54ee2ed1a329ae0e1fe28e9a7bcc75d96ab5.zip | |
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.
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | build_sysroot/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index ef68d7ee532..6593ac738fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustc_codegen_cranelift" version = "0.1.0" -authors = ["bjorn3 <bjorn3@users.noreply.github.com>"] edition = "2018" [lib] diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml index 04748d5dbab..f25d87e60c0 100644 --- a/build_sysroot/Cargo.toml +++ b/build_sysroot/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["bjorn3 <bjorn3@users.noreply.github.com>"] name = "sysroot" version = "0.0.0" |
