Releases: idletea/tokio-socketcan
Releases · idletea/tokio-socketcan
0.3.1
0.3.0
0.2.0
0.2.0 - 2020-11-12
- [BREAKING CHANGE] Migrate code to
tokio 0.2
,futures 0.3
and therefore make it possible
to use async/await syntax for reading and writing frames 🚀. - [BREAKING CHANGE] Add dependency to
thiserror 1.0
and introduce common error typeError
. - Update examples to async/await syntax.