mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
709 B
709 B
0.3.0 (November 26, 2019)
- Updates for tokio 0.2 release
0.3.0-alpha.6 (September 30, 2019)
- Move to
futures-*-preview 0.3.0-alpha.19
- Move to
pin-project 0.4
0.3.0-alpha.5 (September 19, 2019)
Added
TlsStream::get_ref
andTlsStream::get_mut
(#1537).
0.3.0-alpha.4 (August 30, 2019)
Changed
- Track
tokio
0.2.0-alpha.4
0.3.0-alpha.2 (August 17, 2019)
Changed
- Update
futures
dependency to 0.3.0-alpha.18.
0.3.0-alpha.1 (August 8, 2019)
Changed
- Switch to
async
,await
, andstd::future
.
0.2.1 (January 6, 2019)
- Implement
Clone
forTlsConnector
andTlsAcceptor
(#777)
0.2.0 (August 8, 2018)
- Initial release with
tokio
support.