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 afe606f commit 4a0ed4fCopy full SHA for 4a0ed4f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 5.4.0
2
+
3
+- Add a `no_std` implementation based on the `critical-section` crate, enabled
4
+ via the feature of the same name. (#148)
5
6
# Version 5.3.1
7
8
- Disable some optimizations that, in rare conditions, can cause race conditions
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.3.1"
+version = "5.4.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
edition = "2021"
9
rust-version = "1.60"
0 commit comments