Skip to content

Commit

Permalink
Merge #759
Browse files Browse the repository at this point in the history
759: Remove authors field from Cargo.toml r=taiki-e a=taiki-e

This field is soft-deprecated, cargo no longer generates this field by default, and Rust's official services no longer reference this field at all.

See [RFC3052](https://rust-lang.github.io/rfcs/3052-optional-authors-field.html) for more.

Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
bors[bot] and taiki-e authored Dec 26, 2021
2 parents 169e825 + 3893401 commit c254037
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-deque/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-epoch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-skiplist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c254037

Please sign in to comment.