Skip to content

2.1.1

Choose a tag to compare

@kotauskas kotauskas released this 23 May 09:50
· 105 commits to main since this release
2.1.1
a9ad570
  • Removed async Incoming and futures::Stream ("AsyncIterator") implementations on local_socket::traits::Listener implementors – those were actually completely broken, so this change is not breaking in practice and thus does not warrant a bump to 3.0.0
  • Fixed ListenerOptionsExt::mode() behavior in umask fallback mode and improved its documentation
  • Moved examples to their own dedicated files with the help of the doctest-file crate