mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
429 B
429 B
0.3.0-alpha.4 (August 30, 2019)
Changed
- Track
tokio0.2.0-alpha.4
0.3.0-alpha.2 (August 17, 2019)
Changed
- Update
futuresdependency 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
CloneforTlsConnectorandTlsAcceptor(#777)
0.2.0 (August 8, 2018)
- Initial release with
tokiosupport.