From d4416c2ea52469d1bbcec529c3a9a1c4d51f778e Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 28 Jun 2019 12:49:44 -0700 Subject: [PATCH] Update listed version numbers in README (#374) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2136d49..655c3de 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Tokio aware, HTTP/2.0 client & server implementation for Rust. More information about this crate can be found in the [crate documentation][dox]. -[dox]: https://docs.rs/h2/0.1.15/h2/ +[dox]: https://docs.rs/h2 ## Features @@ -38,7 +38,7 @@ To use `h2`, first add this to your `Cargo.toml`: ```toml [dependencies] -h2 = "0.1.15" +h2 = "0.1" ``` Next, add this to your crate: