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 aade039 commit b1d437aCopy full SHA for b1d437a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 4.0.3
2
+
3
+- Relax MSRV to 1.60. (#110)
4
5
# Version 4.0.2
6
7
- Avoid spinning in `wait_deadline`. (#107)
Cargo.toml
@@ -3,7 +3,7 @@ name = "event-listener"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v4.x.y" git tag
-version = "4.0.2"
+version = "4.0.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.60"
0 commit comments