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 0c845ee commit f533c43Copy full SHA for f533c43
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.5.4
2
+
3
+- Add `portable-atomic` feature that exposes `event-listener`'s underlying `portable-atomic` feature. (#27)
4
5
# Version 0.5.3
6
7
- Add `loom` feature that exposes `event-listener`'s underlying `loom` feature. (#24)
@@ -31,4 +35,3 @@
31
35
# Version 0.1.0
32
36
33
37
- Initial version
34
-
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "event-listener-strategy"
# Make sure to update CHANGELOG.md when the version is bumped here.
-version = "0.5.3"
+version = "0.5.4"
edition = "2021"
authors = ["John Nunley <[email protected]>"]
rust-version = "1.60"
0 commit comments