From 6369d0f4f24e4e8bf1096ea684141d15a8962ba1 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 13 Sep 2019 09:12:30 -0700 Subject: [PATCH] chore: add stability note to readme. (#1554) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad855040..6c2a1a8e7 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: