mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
391 B
391 B
0.2.0-alpha.1 (August 8, 2019)
Changed
- Switch to
async
,await
, andstd::future
.
0.1.3 (January 6, 2019)
- Deprecate
TcpStream::try_clone()
(#824). - Add examples to TcpListener and TcpStream API docs (#775).
0.1.2 (September 27, 2018)
- Documentation tweaks
0.1.1 (August 6, 2018)
- Add
TcpStream::try_clone
(#448)
0.1.0 (March 23, 2018)
- Initial release