Skip to content

Commit

Permalink
Bump crossbeam-queue to 0.2.2
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 64ad929 commit e962784
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions crossbeam-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.2.2

- Bump `rand` dev-dependency to version 0.7.
- Fix unsoundness issues by adopting `MaybeUninit`. (#458)

# Version 0.2.1

- Add `no_std` support.
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-queue"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-queue-X.Y.Z" git tag
version = "0.2.1"
version = "0.2.2"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0 AND BSD-2-Clause"
readme = "README.md"
Expand All @@ -30,4 +30,4 @@ path = "../crossbeam-utils"
default-features = false

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

0 comments on commit e962784

Please sign in to comment.