Skip to content

Commit

Permalink
chore: remove updating note from readme (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Nov 26, 2019
1 parent a81e272 commit abfa857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions 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:

Expand Down
2 changes: 0 additions & 2 deletions 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:

Expand Down

0 comments on commit abfa857

Please sign in to comment.