Skip to content

Commit 2ca382b

Browse files
author
Stjepan Glavina
committed
Prepare minor release with updated crossbeam-utils
1 parent ab6081a commit 2ca382b

6 files changed

Lines changed: 15 additions & 3 deletions

File tree

crossbeam-channel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.3.8
2+
3+
- Bump the minimum required version of `crossbeam-utils`.
4+
15
# Version 0.3.7
26

37
- Remove `parking_lot` and `rand` dependencies.

crossbeam-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-channel-X.Y.Z" git tag
7-
version = "0.3.7"
7+
version = "0.3.8"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

crossbeam-deque/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.1
2+
3+
- Bump the minimum required version of `crossbeam-utils`.
4+
15
# Version 0.7.0
26

37
- Make `Worker::pop()` faster in the FIFO case.

crossbeam-deque/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-deque"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-deque-X.Y.Z" git tag
7-
version = "0.7.0"
7+
version = "0.7.1"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

crossbeam-queue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.1.1
2+
3+
- Bump the minimum required version of `crossbeam-utils`.
4+
15
# Version 0.1.0
26

37
- Initial version with `ArrayQueue` and `SegQueue`.

crossbeam-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-queue"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-queue-X.Y.Z" git tag
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)