Skip to content

Commit b8363ba

Browse files
committed
Release 1.2.3
1 parent 8497007 commit b8363ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.2.3
2+
3+
- Fix fence on non-x86 architectures and miri. (#16)
4+
15
# Version 1.2.2
26

37
- Add a special, efficient `bounded(1)` implementation.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ name = "concurrent-queue"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.2.2"
6+
version = "1.2.3"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.38"
1010
description = "Concurrent multi-producer multi-consumer queue"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/concurrent-queue"
13-
homepage = "https://github.com/smol-rs/concurrent-queue"
14-
documentation = "https://docs.rs/concurrent-queue"
1513
keywords = ["channel", "mpmc", "spsc", "spmc", "mpsc"]
1614
categories = ["concurrency"]
1715
exclude = ["/.*"]

0 commit comments

Comments
 (0)