Skip to content

Commit

Permalink
Bump crossbeam to 0.7.4
Browse files Browse the repository at this point in the history
This just bumps the `rand` `dev-dependency` to `0.7`.
None of the underlying crates had breaking changes, and this crate has
no changes, so a patch release is fine.
  • Loading branch information
jonhoo committed Feb 17, 2020
1 parent 640cec2 commit 78043c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# Version 0.7.4

- Bump `rand` dev-dependency to version 0.7.

# Version 0.7.3

- Fix breakage with nightly feature due to rust-lang/rust#65214.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-X.Y.Z" git tag
version = "0.7.3"
version = "0.7.4"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -60,7 +60,7 @@ path = "./crossbeam-utils"
default-features = false

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

[workspace]
members = [
Expand Down

0 comments on commit 78043c7

Please sign in to comment.