Releases: smol-rs/event-listener-strategy
Releases · smol-rs/event-listener-strategy
v0.5.3
- Add
loom
feature that exposes event-listener
's underlying loom
feature. (#24)
v0.5.2
- Re-export the
event-listener
crate. (#20)
v0.5.1
- Fix the
repository
field in Cargo.toml
to point to the correct repository. (#17)
v0.4.0
- Breaking: Bump
event-listener
to v4.0.0. (#10)
v0.3.0
- Breaking: Remove an unneeded lifetime from the public API. (#6)
v0.2.0
- Breaking: Add support for WASM targets by disabling
wait()
on them. (#3)