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 e0c8290 commit 9e986e6Copy full SHA for 9e986e6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 4.0.2
2
+
3
+- Avoid spinning in `wait_deadline`. (#107)
4
5
# Version 4.0.1
6
7
- Fix a use-after-move error after an `EventListener` is assigned to listen to
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.1"
+version = "4.0.2"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2021"
9
rust-version = "1.61"
0 commit comments