summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-09-13 09:12:30 -0700
committerGitHub <noreply@github.com>2019-09-13 09:12:30 -0700
commit6369d0f4f24e4e8bf1096ea684141d15a8962ba1 (patch)
treeb3df0004f44286c8c1883940ce159f027754da90 /README.md
parentf69ee652e6f28994c55850a3f546b84bae8dfa92 (diff)
chore: add stability note to readme. (#1554)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ad85504..6c2a1a8e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Tokio
- _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to [`std::future::Future`](https://doc.rust-lang.org/std/future/trait.Future.html), 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.
+ **NOTE**: Tokio's [`master`](https://github.com/tokio-rs/tokio) is currently undergoing heavy development. This branch and the alpha releases will see API breaking changes and there are currently significant performance regressions that still need to be fixed before the final release. Use the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch for stable releases.
A runtime for writing reliable, asynchronous, and slim applications with
the Rust programming language. It is: