File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.9.3
2
+
3
+ - Make ` loom ` dependency optional. (#666 )
4
+
1
5
# Version 0.9.2
2
6
3
7
- Add ` Atomic::compare_exchange ` and ` Atomic::compare_exchange_weak ` . (#628 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-epoch"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-epoch-X.Y.Z" git tag
7
- version = " 0.9.2 "
7
+ version = " 0.9.3 "
8
8
authors = [" The Crossbeam Project Developers" ]
9
9
edition = " 2018"
10
10
license = " MIT OR Apache-2.0"
@@ -51,7 +51,7 @@ memoffset = "0.6"
51
51
loom-crate = { package = " loom" , version = " 0.4" , optional = true }
52
52
53
53
[dependencies .crossbeam-utils ]
54
- version = " 0.8"
54
+ version = " 0.8.3 "
55
55
path = " ../crossbeam-utils"
56
56
default-features = false
57
57
Original file line number Diff line number Diff line change
1
+ # Version 0.8.3
2
+
3
+ - Make ` loom ` dependency optional. (#666 )
4
+
1
5
# Version 0.8.2
2
6
3
7
- Deprecate ` AtomicCell::compare_and_swap ` . Use ` AtomicCell::compare_exchange ` instead. (#619 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-utils"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-utils-X.Y.Z" git tag
7
- version = " 0.8.2 "
7
+ version = " 0.8.3 "
8
8
authors = [" The Crossbeam Project Developers" ]
9
9
edition = " 2018"
10
10
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments