File tree Expand file tree Collapse file tree 12 files changed +7
-16
lines changed
Expand file tree Collapse file tree 12 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1- # Version 0.7.4
2-
3- - Bump ` rand ` dev-dependency to version 0.7.
4-
51# Version 0.7.3
62
73- Fix breakage with nightly feature due to rust-lang/rust #65214 .
Original file line number Diff line number Diff 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.4 "
7+ version = " 0.7.3 "
88authors = [" The Crossbeam Project Developers" ]
99license = " MIT/Apache-2.0"
1010readme = " README.md"
@@ -60,7 +60,7 @@ path = "./crossbeam-utils"
6060default-features = false
6161
6262[dev-dependencies ]
63- rand = " 0.7 "
63+ rand = " 0.6 "
6464
6565[workspace ]
6666members = [
Original file line number Diff line number Diff line change 11# Version 0.4.1
22
3- - Bump ` rand ` dev-dependency to version 0.7.
43- Avoid time drift in ` channel::tick ` . (#456 )
54- Fix unsoundness issues by adopting ` MaybeUninit ` . (#458 )
65
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ path = "../crossbeam-utils"
2424
2525[dev-dependencies ]
2626num_cpus = " 1.10.0"
27- rand = " 0.7 "
27+ rand = " 0.6 "
2828signal-hook = " 0.1.5"
Original file line number Diff line number Diff line change 11# Version 0.7.3
22
3- - Bump ` rand ` dev-dependency to version 0.7.
43- Stop stealing from the same deque. (#448 )
54- Fix unsoundness issues by adopting ` MaybeUninit ` . (#458 )
65
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ version = "0.7"
2727path = " ../crossbeam-utils"
2828
2929[dev-dependencies ]
30- rand = " 0.7 "
30+ rand = " 0.6 "
Original file line number Diff line number Diff line change 11# Version 0.8.1
22
3- - Bump ` rand ` dev-dependency to version 0.7.
43- Bump ` autocfg ` dependency to version 1.0. (#460 )
54- Reduce stall in list iteration. (#376 )
65- Stop stealing from the same deque. (#448 )
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ default-features = false
4444autocfg = " 1"
4545
4646[dev-dependencies ]
47- rand = " 0.7 "
47+ rand = " 0.6 "
Original file line number Diff line number Diff line change 11# Version 0.2.2
22
3- - Bump ` rand ` dev-dependency to version 0.7.
43- Fix unsoundness issues by adopting ` MaybeUninit ` . (#458 )
54
65# Version 0.2.1
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ path = "../crossbeam-utils"
3030default-features = false
3131
3232[dev-dependencies ]
33- rand = " 0.7 "
33+ rand = " 0.6 "
You can’t perform that action at this time.
0 commit comments