mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
18 lines
331 B
Markdown
18 lines
331 B
Markdown
# 0.2.0-alpha.2 (August 17, 2019)
|
|
|
|
### Changed
|
|
- Update `futures` dependency to 0.3.0-alpha.18.
|
|
|
|
# 0.2.0-alpha.1 (August 8, 2019)
|
|
|
|
### Changed
|
|
- Switch to `async`, `await`, and `std::future`.
|
|
|
|
# 0.1.1 (September 26, 2018)
|
|
|
|
* Allow setting max line length with `LinesCodec` (#632)
|
|
|
|
# 0.1.0 (June 13, 2018)
|
|
|
|
* Initial release (#353)
|