Skip to content

Commit

Permalink
Merge #691
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and taiki-e committed Apr 29, 2021
2 parents 93dce5a + 67e87a7 commit d4f6785
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions crossbeam-epoch/CHANGELOG.md
@@ -1,3 +1,8 @@
# Version 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)

# Version 0.9.3

- Make `loom` dependency optional. (#666)
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-epoch/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-epoch"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-epoch-X.Y.Z" git tag
version = "0.9.3"
version = "0.9.4"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -51,7 +51,7 @@ memoffset = "0.6"
loom-crate = { package = "loom", version = "0.5", optional = true }

[dependencies.crossbeam-utils]
version = "0.8.3"
version = "0.8.4"
path = "../crossbeam-utils"
default-features = false

Expand Down
4 changes: 4 additions & 0 deletions crossbeam-utils/CHANGELOG.md
@@ -1,3 +1,7 @@
# Version 0.8.4

- Bump `loom` dependency to version 0.5. (#686)

# Version 0.8.3

- Make `loom` dependency optional. (#666)
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-utils/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-utils"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-utils-X.Y.Z" git tag
version = "0.8.3"
version = "0.8.4"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d4f6785

Please sign in to comment.