We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b6bb8 commit 53536a9Copy full SHA for 53536a9
crossbeam-channel/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.5.12
2
+
3
+- Fix memory leak in unbounded channel. (#1084)
4
5
# Version 0.5.11
6
7
- Remove dependency on `cfg-if`. (#1072)
crossbeam-channel/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
# - Update CHANGELOG.md
# - Update README.md (when increasing major or minor version)
# - Run './tools/publish.sh crossbeam-channel <version>'
-version = "0.5.11"
+version = "0.5.12"
8
edition = "2021"
9
rust-version = "1.60"
10
license = "MIT OR Apache-2.0"
0 commit comments