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 f402b7e commit db5857bCopy full SHA for db5857b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 5.3.0
2
+
3
+- Add a `loom` implementation. This feature is unstable and is not semver-supported. (#126)
4
+- Make the panic message for polling the `EventListener` after it has completed more clear. (#125)
5
6
# Version 5.2.0
7
8
- Make `StackSlot` `Sync`. (#121)
Cargo.toml
@@ -3,7 +3,7 @@ name = "event-listener"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v5.x.y" git tag
-version = "5.2.0"
+version = "5.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
9
rust-version = "1.60"
0 commit comments