We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c42b8d commit 1669b56Copy full SHA for 1669b56
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 2.0.0
2
+
3
+- Add support for the 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
7
# Version 1.2.4
8
9
- Fix fence on x86 and miri. (#18)
Cargo.toml
@@ -3,7 +3,7 @@ name = "concurrent-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.2.4"
+version = "2.0.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.38"
0 commit comments