summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-04-22 15:12:25 -0700
committerGitHub <noreply@github.com>2019-04-22 15:12:25 -0700
commit62f34e15ce6294f6273c33548772a70d76f2ea61 (patch)
treed67ea0bf108d4f4315729cc6cb16168d40ead4fb /tokio/README.md
parent3ebca76a9a3c67cb1a654c7dc0a0af851cfe14ca (diff)
Bump `tokio` to 0.1.19. (#1053)
This also bumps: - tokio-async-await (0.1.7) - tokio-buf (0.1.1) - tokio-sync (0.1.5) - tokio-threadpool (0.1.14)
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 d4147d48..3d632f0e 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.18/tokio) |
+[API Docs](https://docs.rs/tokio/0.1.19/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.18/tokio/net/index.html
-[reactor]: https://docs.rs/tokio/0.1.18/tokio/reactor/index.html
-[scheduler]: https://docs.rs/tokio/0.1.18/tokio/runtime/index.html
+[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
## Example