File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.5.13
2+
3+ - Add ` select_biased! ` macro. (#1040 )
4+
15# Version 0.5.12
26
37- Fix memory leak in unbounded channel. (#1084 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-channel"
44# - Update CHANGELOG.md
55# - Update README.md (when increasing major or minor version)
66# - Run './tools/publish.sh crossbeam-channel <version>'
7- version = " 0.5.12 "
7+ version = " 0.5.13 "
88edition = " 2021"
99rust-version = " 1.60"
1010license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1+ # Version 0.8.20
2+
3+ - Implement ` Display ` for ` CachePadded ` . (#1097 )
4+
15# Version 0.8.19
26
37- Remove dependency on ` cfg-if ` . (#1072 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-utils"
44# - Update CHANGELOG.md
55# - Update README.md (when increasing major or minor version)
66# - Run './tools/publish.sh crossbeam-utils <version>'
7- version = " 0.8.19 "
7+ version = " 0.8.20 "
88edition = " 2021"
99rust-version = " 1.60"
1010license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments