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.
2 parents efdddaa + 67fa012 commit 170a5b6Copy full SHA for 170a5b6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 2.2.0
2
+
3
+- Bump `event-listener` to v5.0.0. (#79)
4
+- Bump MSRV to 1.60. (#80)
5
6
# Version 2.1.1
7
8
- Bump `event-listener` to v4.0.0. (#73)
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.1.1"
+version = "2.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
9
rust-version = "1.60"
0 commit comments