File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.4.1
2
+
3
+ - Bump ` rand ` dev-dependency to version 0.7.
4
+ - Avoid time drift in ` channel::tick ` . (#456 )
5
+ - Fix unsoundness issues by adopting ` MaybeUninit ` . (#458 )
6
+
1
7
# Version 0.4.0
2
8
3
9
- Bump the minimum required version to 1.28.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-channel"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-channel-X.Y.Z" git tag
7
- version = " 0.4.0 "
7
+ version = " 0.4.1 "
8
8
authors = [" The Crossbeam Project Developers" ]
9
9
license = " MIT/Apache-2.0 AND BSD-2-Clause"
10
10
readme = " README.md"
@@ -24,5 +24,5 @@ path = "../crossbeam-utils"
24
24
25
25
[dev-dependencies ]
26
26
num_cpus = " 1.10.0"
27
- rand = " 0.6 "
27
+ rand = " 0.7 "
28
28
signal-hook = " 0.1.5"
You can’t perform that action at this time.
0 commit comments