Skip to content

Commit 4a21fc3

Browse files
bors[bot]taiki-e
andauthored
Merge #656
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 <[email protected]>
2 parents 162d907 + 97b42fe commit 4a21fc3

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.8.0"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam"
1413
documentation = "https://docs.rs/crossbeam"

crossbeam-channel/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.5.0"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
1413
documentation = "https://docs.rs/crossbeam-channel"

crossbeam-deque/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.8.0"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque"
1413
documentation = "https://docs.rs/crossbeam-deque"

crossbeam-epoch/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.9.1"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
1413
documentation = "https://docs.rs/crossbeam-epoch"

crossbeam-queue/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.3.1"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue"
1413
documentation = "https://docs.rs/crossbeam-queue"

crossbeam-skiplist/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.0.0"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-skiplist"
1413
documentation = "https://docs.rs/crossbeam-skiplist"

crossbeam-utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "0.8.1"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
11-
readme = "README.md"
1211
repository = "https://github.com/crossbeam-rs/crossbeam"
1312
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
1413
documentation = "https://docs.rs/crossbeam-utils"

0 commit comments

Comments
 (0)