Skip to content

Commit d4f6785

Browse files
bors[bot]taiki-e
andauthored
Merge #691
691: Prepare for the next release r=taiki-e a=taiki-e - crossbeam-utils 0.8.3 -> 0.8.4 - Bump `loom` dependency to version 0.5. (#686) - crossbeam-epoch 0.9.3 -> 0.9.4 - Fix UB in `<[MaybeUninit<T>] as Pointable>::init` when global allocator failed allocation (#690) - Bump `loom` dependency to version 0.5. (#686) Co-authored-by: Taiki Endo <te316e89@gmail.com>
2 parents 93dce5a + 67e87a7 commit d4f6785

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

crossbeam-epoch/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
# Version 0.9.3
27

38
- Make `loom` dependency optional. (#666)

crossbeam-epoch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-epoch"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-epoch-X.Y.Z" git tag
7-
version = "0.9.3"
7+
version = "0.9.4"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"
@@ -51,7 +51,7 @@ memoffset = "0.6"
5151
loom-crate = { package = "loom", version = "0.5", optional = true }
5252

5353
[dependencies.crossbeam-utils]
54-
version = "0.8.3"
54+
version = "0.8.4"
5555
path = "../crossbeam-utils"
5656
default-features = false
5757

crossbeam-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.8.4
2+
3+
- Bump `loom` dependency to version 0.5. (#686)
4+
15
# Version 0.8.3
26

37
- Make `loom` dependency optional. (#666)

crossbeam-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-utils"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-utils-X.Y.Z" git tag
7-
version = "0.8.3"
7+
version = "0.8.4"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)