0.3.0-alpha.13
Pre-release
Pre-release
cramertj
released this
21 Feb 00:55
·
983 commits
to master
since this release
- Updated to new nightly with stabilization candidate API.
- Removed
LocalWaker
. - Added
#[must_use]
toStream
andSink
traits. - Enabled using
!Unpin
futures inJoinAll
. - Added the
try_join_all
combinator. - Stopped closing a whole channel upon closing of one sender.
- Removed
TokioDefaultSpawner
andtokio-compat
. - Moved intra-crate dependencies to exact versions.