Skip to content

Commit

Permalink
Bump crossbeam-utils to 0.7.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 bcd5f77 commit a783dd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions crossbeam-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.7.1

- Bump `rand` dev-dependency to version 0.7.
- Bump `autocfg` dependency to version 1.0. (#460)
- Make `AtomicCell` lockfree for u8, u16, u32, u64 sized values at 1.34+. (#454)

# Version 0.7.0

- Bump the minimum required version to 1.28.
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-utils/Cargo.toml
Original file line number Diff line number Diff line change
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.7.0"
version = "0.7.1"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -29,4 +29,4 @@ lazy_static = { version = "1.1.0", optional = true }
autocfg = "1"

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

0 comments on commit a783dd6

Please sign in to comment.