summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-lb <lle-bout@zaclys.net>2019-11-23 16:45:56 +0100
committerCarl Lerche <me@carllerche.com>2019-11-23 07:45:56 -0800
commit0bc68adb34fb981f213b81abac63d6375e513d48 (patch)
tree50f55f06a1aff390b45ddacd8ba95c40726ce52d
parente20dff39ce3eaba7ec40e3ecbbd5e737d07427eb (diff)
tokio: remove performance regression notice (#1817)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 75e6f264..bbbae7ba 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: