From 79ae89e066f5fbfc1ce3612299671a14f7b35230 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 9 Jul 2019 13:24:21 -0700 Subject: [PATCH] chore(lib): prepare master for 0.13.x changes --- Cargo.toml | 4 +++- README.md | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52d0b212..4281c2da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.12.32" # don't forget to update html_root_url +version = "0.13.0-a.0" # don't forget to update html_root_url description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs" @@ -11,6 +11,8 @@ authors = ["Sean McArthur "] keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] +publish = false + include = [ "Cargo.toml", "LICENSE", diff --git a/README.md b/README.md index b43f04a0..8d759d9f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,14 @@ A **fast** and **correct** HTTP implementation for Rust. **Get started** by looking over the [guides](https://hyper.rs/guides). -**Hyper is a relatively low-level library, if you are looking for simple high-level HTTP client, then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest), which is built on top of this library.** +**Hyper is a relatively low-level library, if you are looking for simple +high-level HTTP client, then you may wish to consider +[reqwest](https://github.com/seanmonstar/reqwest), which is built on top of +this library.** + +*NOTE*: hyper's [master](https://github.com/hyperium/hyper) branch is currently +preparing breaking changes, for most recently released code, look to the +[0.12.x](https://github.com/hyperium/hyper/tree/0.12.x) branch. ## Overview