Skip to content

Commit 53536a9

Browse files
committed
Prepare for the next release
- crossbeam-channel 0.5.11 -> 0.5.12
1 parent 86b6bb8 commit 53536a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

crossbeam-channel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.5.12
2+
3+
- Fix memory leak in unbounded channel. (#1084)
4+
15
# Version 0.5.11
26

37
- Remove dependency on `cfg-if`. (#1072)

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 (when increasing major or minor version)
66
# - Run './tools/publish.sh crossbeam-channel <version>'
7-
version = "0.5.11"
7+
version = "0.5.12"
88
edition = "2021"
99
rust-version = "1.60"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)