v0.10.0-alpha.3
版本发布时间: 2020-05-13 00:10:47
actix/actix最新发布版本:actix_derive-v0.6.2(2024-09-13 04:20:46)
Changed
- Update
tokio-util
dependency to 0.3,FramedWrite
trait bound is changed. #365 - Only poll dropped ContextFut if event loop is running. #374
- Minimum Rust version is now 1.40 (to be able to use
#[cfg(doctest)]
)
Fixed
- Fix
ActorFuture::poll_next
impl forStreamThen
to not lose inner future when it's pending. #376