Remove v0.3.x branch note on readme (#368)

This commit is contained in:
Lucio Franco 2019-11-29 11:19:15 -05:00 committed by GitHub
parent bb5c02ca58
commit a4cb384751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
# Tower
_NOTE_: Tower's [`master`](https://github.com/tower-rs/tower) branch is currently using [`futures 0.1`](https://docs.rs/futures/0.1.28/futures/), please refer to the [`v0.3.x`](https://github.com/tower-rs/tower/tree/v0.3.x) branch to use
any of the new [`std::future::Future`](https://doc.rust-lang.org/std/future/trait.Future.html) based libraries. This will stay in effect until we have fully upgraded
to [`std::future::Future`](https://doc.rust-lang.org/std/future/trait.Future.html).
Tower is a library of modular and reusable components for building robust
networking clients and servers.