Releases: smol-rs/async-signal
Releases · smol-rs/async-signal
v0.2.10
- Update windows-sys to v0.59. (#41)
v0.2.9
- Fix the
clippy::needless_borrows_for_generic_args
lint in the README
example. (#38)
v0.2.8
- Update README.md to use a working example. (#35)
v0.2.7
- Remove an invalid category from
Cargo.toml
. (#33)
v0.2.6
- Bump
windows-sys
to 0.52 and async-io
to 3.3.0. (#27)
v0.2.5
- Bump
async-io
to version 2.0.0. (#25)
v0.2.4
- Add
LICENSE
files to this crate. (#23)
v0.2.3
- Remove the
signalfd
backend, as it offered little to no advantages over the pipe-based backend and it didn't catch signals sometimes. (#20)
v0.2.2
- Fix build error on Android. (#18)
v0.2.1
- Add support for the signalfd mechanism on Linux. (#5)
- Add support for Windows. (#6)
- Bump MSRV to 1.63. (#8)