From 0bc68adb34fb981f213b81abac63d6375e513d48 Mon Sep 17 00:00:00 2001 From: leo-lb Date: Sat, 23 Nov 2019 16:45:56 +0100 Subject: [PATCH] tokio: remove performance regression notice (#1817) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e6f2642..bbbae7bae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tokio - **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. + **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. 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: