Release 0.5.0
- Update Tokio to 1.x. #55.
- Fix lsgpio example to output gpio line flags.
- Add
is_empty()
function forLines
struct. - Add common trait implementations for public structures.
- Breaking change of
LineEventHandle::get_event()
which now expects&mut self
. - MSRV is now 1.46.0.
- Updated
nix
to version0.22
. - Updated
quicli
to version0.4
. - Updated
bitflags
to version1.3
.