summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-06-05 12:28:39 -0700
committerCarl Lerche <me@carllerche.com>2019-06-05 12:28:39 -0700
commit8d0f102de83f8aa59661b9d1839ecc57e50873a7 (patch)
treecedeb3146aef7f352c90f3becf3cfd610df26db5 /tokio/README.md
parent619efed28b64858016c9a3a5b0f425f3e32e076e (diff)
parent5dcb379f6da6e7bd97f5dde94706eecc1eed2de0 (diff)
Merge branch 'v0.1.x' into merge-0.1
Diffstat (limited to 'tokio/README.md')
-rw-r--r--tokio/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tokio/README.md b/tokio/README.md
index 6ff9f091..76b53e8f 100644
--- a/tokio/README.md
+++ b/tokio/README.md
@@ -28,7 +28,7 @@ the Rust programming language. It is:
[Website](https://tokio.rs) |
[Guides](https://tokio.rs/docs/getting-started/hello-world/) |
-[API Docs](https://docs.rs/tokio/0.1.19/tokio) |
+[API Docs](https://docs.rs/tokio/0.1.21/tokio) |
[Chat](https://gitter.im/tokio-rs/tokio)
## Overview
@@ -45,9 +45,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.19/tokio/net/index.html
-[reactor]: https://docs.rs/tokio/0.1.19/tokio/reactor/index.html
-[scheduler]: https://docs.rs/tokio/0.1.19/tokio/runtime/index.html
+[net]: https://docs.rs/tokio/0.1.21/tokio/net/index.html
+[reactor]: https://docs.rs/tokio/0.1.21/tokio/reactor/index.html
+[scheduler]: https://docs.rs/tokio/0.1.21/tokio/runtime/index.html
## Example