We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb7ed1 commit f87b7a1Copy full SHA for f87b7a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.1.0
2
+
3
+- Bump `futures-lite` to its latest version. (#70)
4
5
# Version 2.0.0
6
7
- **Breaking:** Make `Send`, `Recv` and `Receiver` `!Unpin`. This enables more efficient event notification strategies. (#59)
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.0.0"
+version = "2.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
rust-version = "1.59"
0 commit comments