Skip to content

Commit

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

- Bump `rand` dev-dependency to version 0.7.
- Avoid time drift in `channel::tick`. (#456)
- Fix unsoundness issues by adopting `MaybeUninit`. (#458)

# Version 0.4.0

- Bump the minimum required version to 1.28.
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-channel"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-channel-X.Y.Z" git tag
version = "0.4.0"
version = "0.4.1"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0 AND BSD-2-Clause"
readme = "README.md"
Expand All @@ -24,5 +24,5 @@ path = "../crossbeam-utils"

[dev-dependencies]
num_cpus = "1.10.0"
rand = "0.6"
rand = "0.7"
signal-hook = "0.1.5"

0 comments on commit 909edf5

Please sign in to comment.