File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.9.4
2
+
3
+ - Fix UB in ` <[MaybeUninit<T>] as Pointable>::init ` when global allocator failed allocation (#690 )
4
+ - Bump ` loom ` dependency to version 0.5. (#686 )
5
+
1
6
# Version 0.9.3
2
7
3
8
- Make ` loom ` dependency optional. (#666 )
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.3 "
7
+ version = " 0.9.4 "
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.5" , optional = true }
52
52
53
53
[dependencies .crossbeam-utils ]
54
- version = " 0.8.3 "
54
+ version = " 0.8.4 "
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.4
2
+
3
+ - Bump ` loom ` dependency to version 0.5. (#686 )
4
+
1
5
# Version 0.8.3
2
6
3
7
- Make ` loom ` dependency optional. (#666 )
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.3 "
7
+ version = " 0.8.4 "
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