We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db25fe1 commit a96abb3Copy full SHA for a96abb3
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+# Version 2.1.0
2
+
3
+- Update `portable-atomic` to 1.0. (#33)
4
5
# Version 2.0.0
6
-- Add support for the `portable_atomic` and `loom` crates. (#27)
7
+- Add support for the `portable-atomic` and `loom` crates. (#27)
8
- **Breaking:** Add an `std` feature that can be disabled to use this crate on `no_std` platforms. (#22)
9
- Replace usage of `cache-padded` with `crossbeam-utils`. (#26)
10
Cargo.toml
@@ -3,7 +3,7 @@ name = "concurrent-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "2.0.0"
+version = "2.1.0"
authors = [
"Stjepan Glavina <[email protected]>",
"Taiki Endo <[email protected]>",
0 commit comments