Skip to content

Commit

Permalink
Bump crossbeam-deque to 0.7.3
Browse files Browse the repository at this point in the history
This also bumps the `rand` `dev-dependency` to `0.7`.
No breaking changes as far as I can tell.
  • Loading branch information
jonhoo committed Feb 17, 2020
1 parent e962784 commit 640cec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions crossbeam-deque/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.7.3

- Bump `rand` dev-dependency to version 0.7.
- Stop stealing from the same deque. (#448)
- Fix unsoundness issues by adopting `MaybeUninit`. (#458)

# Version 0.7.2

- Bump `crossbeam-epoch` to `0.8`.
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-deque/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-deque"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-deque-X.Y.Z" git tag
version = "0.7.2"
version = "0.7.3"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -27,4 +27,4 @@ version = "0.7"
path = "../crossbeam-utils"

[dev-dependencies]
rand = "0.6"
rand = "0.7"

0 comments on commit 640cec2

Please sign in to comment.