Skip to content

Releases: idletea/tokio-socketcan

0.3.1

17 Nov 16:06
525a5da
Compare
Choose a tag to compare

0.3.1 - 2021-11-17

  • Reexport socketcan::CANFilter. Thank you @andresv.
  • Update to mio 0.8.

0.3.0

10 Feb 08:11
2aeb006
Compare
Choose a tag to compare

0.3.0 - 2021-02-10

  • [BREAKING CHANGE] Migrate code to tokio 1 and mio 0.7.

0.2.0

12 Nov 08:55
a886cc3
Compare
Choose a tag to compare

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 type Error.
  • Update examples to async/await syntax.