Skip to content

Commit 78043c7

Browse files
committed
Bump crossbeam to 0.7.4
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.
1 parent 640cec2 commit 78043c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.4
2+
3+
- Bump `rand` dev-dependency to version 0.7.
4+
15
# Version 0.7.3
26

37
- Fix breakage with nightly feature due to rust-lang/rust#65214.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-X.Y.Z" git tag
7-
version = "0.7.3"
7+
version = "0.7.4"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"
@@ -60,7 +60,7 @@ path = "./crossbeam-utils"
6060
default-features = false
6161

6262
[dev-dependencies]
63-
rand = "0.6"
63+
rand = "0.7"
6464

6565
[workspace]
6666
members = [

0 commit comments

Comments
 (0)