We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180b462 commit 0485137Copy full SHA for 0485137
crossbeam-deque/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.7.4
2
+
3
+- Fix deque steal race condition.
4
5
# Version 0.7.3
6
7
- Stop stealing from the same deque. (#448)
crossbeam-deque/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-deque"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-deque-X.Y.Z" git tag
-version = "0.7.3"
+version = "0.7.4"
8
authors = ["The Crossbeam Project Developers"]
9
license = "MIT/Apache-2.0"
10
readme = "README.md"
0 commit comments