Skip to content

Commit 149a3c9

Browse files
committed
Release crossbeam-queue 0.2.3
1 parent 18363b5 commit 149a3c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.2.3
2+
3+
- Fix bug in release (yanking 0.2.2)
4+
15
# Version 0.2.2
26

37
- Fix unsoundness issues by adopting `MaybeUninit`. (#458)

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.2.2"
7+
version = "0.2.3"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0 AND BSD-2-Clause"
1010
readme = "README.md"

0 commit comments

Comments
 (0)