Skip to content

Commit 3d653aa

Browse files
authored
Merge pull request #29 from smol-rs/2.0.0
2 parents 8c42b8d + 34334a1 commit 3d653aa

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.0.0
2+
3+
- Add support for the `portable_atomic` and `loom` crates. (#27)
4+
- **Breaking:** Add an `std` feature that can be disabled to use this crate on `no_std` platforms. (#22)
5+
- Replace usage of `cache-padded` with `crossbeam-utils`. (#26)
6+
17
# Version 1.2.4
28

39
- Fix fence on x86 and miri. (#18)

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name = "concurrent-queue"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.2.4"
7-
authors = ["Stjepan Glavina <[email protected]>"]
6+
version = "2.0.0"
7+
authors = [
8+
"Stjepan Glavina <[email protected]>",
9+
"Taiki Endo <[email protected]>",
10+
"John Nunley <[email protected]>"
11+
]
812
edition = "2018"
913
rust-version = "1.38"
1014
description = "Concurrent multi-producer multi-consumer queue"

0 commit comments

Comments
 (0)