Skip to content

Release 1.0.0-rc.1

Compare
Choose a tag to compare
@eldruin eldruin released this 04 Sep 07:37
· 184 commits to master since this release
b6a7678
  • The Minimum Supported Rust Version (MSRV) is now 1.60.0
  • Add optional defmt 0.3 support.
  • Remove serial traits, the replacement is the embedded-io crate.
  • Added + ?Sized to all blanket impls.