File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 <stjepang@gmail.com>" ]
6+ version = " 2.0.0"
7+ authors = [
8+ " Stjepan Glavina <stjepang@gmail.com>" ,
9+ " Taiki Endo <te316e89@gmail.com>" ,
10+ " John Nunley <jtnunley01@gmail.com>"
11+ ]
812edition = " 2018"
913rust-version = " 1.38"
1014description = " Concurrent multi-producer multi-consumer queue"
You can’t perform that action at this time.
0 commit comments