chore: prepare for v0.2.0-alpha.1 release (#1410)

This commit is contained in:
Lucio Franco
2019-08-08 12:48:53 -07:00
committed by Carl Lerche
parent 2e69f2a7fd
commit 50e5d401df
77 changed files with 304 additions and 512 deletions
+5 -5
View File
@@ -30,7 +30,7 @@ the Rust programming language. It is:
[Website](https://tokio.rs) |
[Guides](https://tokio.rs/docs/) |
[API Docs](https://docs.rs/tokio/0.1.22/tokio) |
[API Docs](https://docs.rs/tokio/0.2.0-alpha.1/tokio) |
[Chat](https://gitter.im/tokio-rs/tokio)
## Overview
@@ -47,9 +47,9 @@ level, it provides a few major components:
These components provide the runtime components necessary for building
an asynchronous application.
[net]: https://docs.rs/tokio/0.1.22/tokio/net/index.html
[reactor]: https://docs.rs/tokio/0.1.22/tokio/reactor/index.html
[scheduler]: https://docs.rs/tokio/0.1.22/tokio/runtime/index.html
[net]: https://docs.rs/tokio/0.2.0-alpha.1/tokio/net/index.html
[reactor]: https://docs.rs/tokio/0.2.0-alpha.1/tokio/reactor/index.html
[scheduler]: https://docs.rs/tokio/0.2.0-alpha.1/tokio/runtime/index.html
## Example
@@ -109,7 +109,7 @@ the [Tokio Gitter channel][chat]. We would be happy to try to answer your
question. Last, if that doesn't work, try opening an [issue] with the question.
[Guides]: https://tokio.rs/docs/
[API documentation]: https://docs.rs/tokio/0.1.22/tokio
[API documentation]: https://docs.rs/tokio/0.2.0-alpha.1/tokio
[chat]: https://gitter.im/tokio-rs/tokio
[issue]: https://github.com/tokio-rs/tokio/issues/new