- tokio-udev: update doc comment with new version.
- tokio-udev: update udev to 0.7.
- tokio-udev: set MSRV as 1.56.
- tokio-udev: fix bug where some events would not be retrieved (#17).
- tree-wide: use REUSE to identify copyright in each file.
- tokio-udev: by mistake the version released contains the same code as 0.7.0, no version was tagged.
- tokio-udev: remove dependency to
mio-udev
and use the provided mio implementation of theudev
crate. - tokio-udev: fix Send/Sync soundness (see #13). As a result, the Send/Sync implementations are removed to avoid double-free/undefined behaviour.
- tokio-udev: rename
MonitorSocket
toAsyncMonitorSocket
to keep the existing type from udev.
- tokio-udev: use tokio
0.1
.
- mio-udev,tokio-udev: update udev to 0.5 #12.
- tokio-udev: Update tokio to
>=0.3.2
#9. - tokio-udev: Update mio to
0.7
#9. - tokio-udev: Update mio-udev to
0.4
#11. - mio-udev: Update mio to
0.7
.
- .github: Add Rust actions (#5)
- {mio,tokio}-udev: format code with rustfmt (#4)
- mio-udev: simplify if-expression
- Add missing documention (#7)
- CHANGELOG: add basic changelog
- README: add README.md
- {mio,tokio}-udev: update crate descriptions
- {mio,tokio}-udev: apply copyright
- Add LICENSE-MIT and LICENSE-APACHE
- mio-udev: update udev to 0.4 #8
- Update to tokio 0.2 (#3)
- Expose udev::Enumerator for public use
- Migrate to Rust 2018
- Update to tokio 0.2
- Initial Release