We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49216cd commit 3d6cd8fCopy full SHA for 3d6cd8f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.9.0
2
+
3
+- Fix a bug where `WeakSender/WeakReceiver` could incorrectly return `Some` even if the channel is already closed (#60)
4
+- Remove the unnecessary `T: Clone` bound from `WeakSender/WeakReceiver`'s `Clone` implementation (#62)
5
6
# Version 1.8.0
7
8
- Prevent deadlock if sender/receiver is forgotten (#49)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-channel"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.8.0"
+version = "1.9.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
9
rust-version = "1.45"
0 commit comments