From 5020ff093323b3ef889c8d50d65cd9e0a4598b25 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 10 Dec 2019 22:28:12 -0800 Subject: [PATCH] Update Readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d06c69..21f00a5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # 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. [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) @@ -42,7 +37,7 @@ To use `h2`, first add this to your `Cargo.toml`: ```toml [dependencies] -h2 = "0.1" +h2 = "0.2" ``` Next, add this to your crate: