summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2019-06-29 21:47:20 -0400
committerToby Lawrence <tobz@users.noreply.github.com>2019-06-29 21:47:20 -0400
commit8e7d8af5886000c20bbe6b6b046bbc1c8256015f (patch)
tree11d681a6f775f70bf84fdd9413eca989f7422320 /README.md
parent7380dd2482c65b4176df7a9630d1ef18295937f7 (diff)
docs: add note in the readme about the master branch (#1230)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6447d525..35ca1c04 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Tokio
+ _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to `std::future::Future`, for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch.
+
A runtime for writing reliable, asynchronous, and slim applications with
the Rust programming language. It is: