Skip to content

Commit

Permalink
Bump crossbeam-epoch to 0.8.1
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 909edf5 commit 64ad929
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions crossbeam-epoch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.8.1

- Bump `rand` dev-dependency to version 0.7.
- Bump `autocfg` dependency to version 1.0. (#460)
- Reduce stall in list iteration. (#376)
- Stop stealing from the same deque. (#448)
- Fix unsoundness issues by adopting `MaybeUninit`. (#458)
- Fix use-after-free in lock-free queue. (#466)

# Version 0.8.0

- Bump the minimum required version to 1.28.
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-epoch/Cargo.toml
Original file line number Diff line number Diff line change
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.8.0"
version = "0.8.1"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -44,4 +44,4 @@ default-features = false
autocfg = "1"

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

0 comments on commit 64ad929

Please sign in to comment.