From 38934013fc46c2142346f8a91ef5933a2b348f9d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 27 Dec 2021 01:55:13 +0900 Subject: [PATCH] Remove authors field from Cargo.toml https://rust-lang.github.io/rfcs/3052-optional-authors-field.html --- Cargo.toml | 1 - crossbeam-channel/Cargo.toml | 1 - crossbeam-deque/Cargo.toml | 1 - crossbeam-epoch/Cargo.toml | 1 - crossbeam-queue/Cargo.toml | 1 - crossbeam-skiplist/Cargo.toml | 1 - crossbeam-utils/Cargo.toml | 1 - 7 files changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2dd75c28..d0c6bfd85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam" # - Update README.md # - Create "crossbeam-X.Y.Z" git tag version = "0.8.1" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam" diff --git a/crossbeam-channel/Cargo.toml b/crossbeam-channel/Cargo.toml index f732ab623..39e9f7a84 100644 --- a/crossbeam-channel/Cargo.toml +++ b/crossbeam-channel/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam-channel" # - Update README.md # - Create "crossbeam-channel-X.Y.Z" git tag version = "0.5.1" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam" diff --git a/crossbeam-deque/Cargo.toml b/crossbeam-deque/Cargo.toml index d45c76673..9493865d1 100644 --- a/crossbeam-deque/Cargo.toml +++ b/crossbeam-deque/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam-deque" # - Update README.md # - Create "crossbeam-deque-X.Y.Z" git tag version = "0.8.1" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam" diff --git a/crossbeam-epoch/Cargo.toml b/crossbeam-epoch/Cargo.toml index 20d1c5ab7..11b6d084c 100644 --- a/crossbeam-epoch/Cargo.toml +++ b/crossbeam-epoch/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam-epoch" # - Update README.md # - Create "crossbeam-epoch-X.Y.Z" git tag version = "0.9.5" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam" diff --git a/crossbeam-queue/Cargo.toml b/crossbeam-queue/Cargo.toml index 695347bf2..5f91e0792 100644 --- a/crossbeam-queue/Cargo.toml +++ b/crossbeam-queue/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam-queue" # - Update README.md # - Create "crossbeam-queue-X.Y.Z" git tag version = "0.3.2" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam" diff --git a/crossbeam-skiplist/Cargo.toml b/crossbeam-skiplist/Cargo.toml index 660822ed6..7c6b3198f 100644 --- a/crossbeam-skiplist/Cargo.toml +++ b/crossbeam-skiplist/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam-skiplist" # - Update README.md # - Create "crossbeam-skiplist-X.Y.Z" git tag version = "0.0.0" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam" diff --git a/crossbeam-utils/Cargo.toml b/crossbeam-utils/Cargo.toml index 07d87e1da..f5ac8d27b 100644 --- a/crossbeam-utils/Cargo.toml +++ b/crossbeam-utils/Cargo.toml @@ -5,7 +5,6 @@ name = "crossbeam-utils" # - Update README.md # - Create "crossbeam-utils-X.Y.Z" git tag version = "0.8.5" -authors = ["The Crossbeam Project Developers"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/crossbeam-rs/crossbeam"