Prepare master for 0.2.x

This commit is contained in:
Sean McArthur
2019-07-23 10:16:51 -07:00
parent 4dde4157d5
commit b3351e675b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# H2
> **NOTE**: h2's [`master`](https://github.com/hyperium/h2/tree/master) branch
> is currently in the process of moving to `std::future`. For the most recent
> release, please see the [`0.1.x`](https://github.com/hyperium/h2/tree/0.1.x)
> branch.
A Tokio aware, HTTP/2.0 client & server implementation for Rust.
[![Build Status](https://travis-ci.org/hyperium/h2.svg?branch=master)](https://travis-ci.org/hyperium/h2)