Skip to content

Commit 0485137

Browse files
committed
Prepare for the next release
- crossbeam-deque 0.7.3 -> 0.7.4
1 parent 180b462 commit 0485137

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

crossbeam-deque/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.4
2+
3+
- Fix deque steal race condition.
4+
15
# Version 0.7.3
26

37
- Stop stealing from the same deque. (#448)

crossbeam-deque/Cargo.toml

+1-1
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.3"
7+
version = "0.7.4"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)