Skip to content

Commit 0e2534b

Browse files
author
Stjepan Glavina
committed
Bump to v1.2.0
1 parent c680f8d commit 0e2534b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.2.0
2+
3+
- Update dependencies.
4+
- Implement `UnwindSafe` and `RefUnwindSafe` for `ConcurrentQueue`.
5+
16
# Version 1.1.2
27

38
- Optimize `SeqCst` fences.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concurrent-queue"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Concurrent multi-producer multi-consumer queue"

0 commit comments

Comments
 (0)