We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a14ae commit 790456aCopy full SHA for 790456a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.2.1
2
+
3
+- Fix the CI badge in the `crates.io` page. (#84)
4
5
# Version 2.2.0
6
7
- Bump `event-listener` to v5.0.0. (#79)
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.2.0"
+version = "2.2.1"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2021"
9
rust-version = "1.60"
0 commit comments