File tree 4 files changed +10
-2
lines changed
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
+
1
5
# Version 0.5.12
2
6
3
7
- Fix memory leak in unbounded channel. (#1084 )
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 (when increasing major or minor version)
6
6
# - Run './tools/publish.sh crossbeam-channel <version>'
7
- version = " 0.5.12 "
7
+ version = " 0.5.13 "
8
8
edition = " 2021"
9
9
rust-version = " 1.60"
10
10
license = " 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
+
1
5
# Version 0.8.19
2
6
3
7
- Remove dependency on ` cfg-if ` . (#1072 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-utils"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md (when increasing major or minor version)
6
6
# - Run './tools/publish.sh crossbeam-utils <version>'
7
- version = " 0.8.19 "
7
+ version = " 0.8.20 "
8
8
edition = " 2021"
9
9
rust-version = " 1.60"
10
10
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments