Skip to content

Commit

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

Since 1.46 (rust-lang/cargo#8277), cargo can automatically detect the value of the readme field.



Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Feb 13, 2021
2 parents 162d907 + 97b42fe commit 4a21fc3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.8.0"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam"
documentation = "https://docs.rs/crossbeam"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-channel/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.5.0"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
documentation = "https://docs.rs/crossbeam-channel"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-deque/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.8.0"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
documentation = "https://docs.rs/crossbeam-deque"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-epoch/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.9.1"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
documentation = "https://docs.rs/crossbeam-epoch"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-queue/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.3.1"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue"
documentation = "https://docs.rs/crossbeam-queue"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-skiplist/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.0.0"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-skiplist"
documentation = "https://docs.rs/crossbeam-skiplist"
Expand Down
1 change: 0 additions & 1 deletion crossbeam-utils/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.8.1"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam"
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
documentation = "https://docs.rs/crossbeam-utils"
Expand Down

0 comments on commit 4a21fc3

Please sign in to comment.