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 c950c6e commit c250f28Copy full SHA for c250f28
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 2.4.0
2
+
3
+- Add `Sender::same_channel()` and `Receiver::same_channel()`. (#98)
4
+- Add `portable-atomic` feature to support platforms without atomics. (#106)
5
6
# Version 2.3.1
7
8
- Use the correct version of `async-channel` in our manifest. (#93)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-channel"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.3.1"
+version = "2.4.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
9
rust-version = "1.60"
0 commit comments