Skip to content

Commit

Permalink
Merge #727
Browse files Browse the repository at this point in the history
727: Prepare for the next release r=taiki-e a=taiki-e

- crossbeam-deque 0.8.0 -> 0.8.1

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Jul 30, 2021
2 parents 3e72cde + 36a606b commit 0e2a930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions crossbeam-deque/CHANGELOG.md
@@ -1,3 +1,8 @@
# Version 0.8.1

- Fix deque steal race condition. (#726)
- Add `Stealer::len` method. (#708)

# Version 0.8.0

- Bump the minimum supported Rust version to 1.36.
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-deque/Cargo.toml
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.8.0"
version = "0.8.1"
authors = ["The Crossbeam Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 0e2a930

Please sign in to comment.