From d32e2eb3c1e7b3149f3d340e45d4712b896145e4 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 26 Nov 2019 09:24:52 -0800 Subject: [PATCH] remove updating note from readme --- README.md | 2 -- tokio/README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index bbbae7baef7..81d1fc2e107 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # 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. 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: diff --git a/tokio/README.md b/tokio/README.md index de99472a80a..ac6b3295b96 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -1,7 +1,5 @@ # 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. - A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. It is: