Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@eldruin eldruin released this 22 Jun 07:22
· 25 commits to master since this release
  • Add blanket impls of all the traits for mutable references.
  • Bump dependency version of no-std-net to v0.6.
  • Bump MSRV to 1.53.0 due to no-std-net's use of or-patterns.
  • Added support for core::net with the ip_in_core feature.
  • [breaking] New TCP error enumerations added for identifying TCP-related connection errors
  • [breaking] Removed the TcpClientStack::is_connected API