summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-30 14:39:30 -0700
committerGitHub <noreply@github.com>2019-05-30 14:39:30 -0700
commit01052f930a56d7b7654c2dee630872a9d7ff8999 (patch)
treee0b93dc2e2ab3c6a11c3777ade02a1cbce4ca95f /tokio/README.md
parent940f2c34311f9b6950360461634e36950c6da228 (diff)
Bump `tokio` version to v0.1.21. (#1113)
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 3d632f0e..29878044 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