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 c2d1ccb commit ea0f601Copy full SHA for ea0f601
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 4.0.1
2
+
3
+- Fix a use-after-move error after an `EventListener` is assigned to listen to
4
+ another `Event`. (#101)
5
6
# Version 4.0.0
7
8
- **Breaking:** Fix a footgun in the `EventListener` type. `EventListener::new()`
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.0"
+version = "4.0.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
9
rust-version = "1.61"
0 commit comments