Skip to content

Commit 48b13dc

Browse files
committed
Bump crossbeam-channel to v0.4.4
1 parent 679dac8 commit 48b13dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

crossbeam-channel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.4.4
2+
3+
- Fix bug in release (yanking 0.4.3)
4+
- Fix UB and breaking change introduced in 0.4.3
5+
16
# Version 0.4.3
27

38
- Change license to "MIT OR Apache-2.0".

crossbeam-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-channel-X.Y.Z" git tag
7-
version = "0.4.3"
7+
version = "0.4.4"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT OR Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)