Skip to content

Commit 97b42fe

Browse files
committed
Remove readme field from Cargo.toml
1 parent 162d907 commit 97b42fe

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)