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 6a2eebb commit d73931aCopy full SHA for d73931a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 5.2.0
2
+
3
+- Make `StackSlot` `Sync`. (#121)
4
5
# Version 5.1.0
6
7
- Make `StackSlot` `Send`. (#119)
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.1.0"
+version = "5.2.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2021"
9
rust-version = "1.60"
0 commit comments