Skip to content

Commit 79ae89e

Browse files
committed
chore(lib): prepare master for 0.13.x changes
1 parent 5d44f88 commit 79ae89e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper"
3-
version = "0.12.32" # don't forget to update html_root_url
3+
version = "0.13.0-a.0" # don't forget to update html_root_url
44
description = "A fast and correct HTTP library."
55
readme = "README.md"
66
homepage = "https://hyper.rs"
@@ -11,6 +11,8 @@ authors = ["Sean McArthur <[email protected]>"]
1111
keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313

14+
publish = false
15+
1416
include = [
1517
"Cargo.toml",
1618
"LICENSE",

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ A **fast** and **correct** HTTP implementation for Rust.
99

1010
**Get started** by looking over the [guides](https://hyper.rs/guides).
1111

12-
**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.**
12+
**Hyper is a relatively low-level library, if you are looking for simple
13+
high-level HTTP client, then you may wish to consider
14+
[reqwest](https://github.com/seanmonstar/reqwest), which is built on top of
15+
this library.**
16+
17+
*NOTE*: hyper's [master](https://github.com/hyperium/hyper) branch is currently
18+
preparing breaking changes, for most recently released code, look to the
19+
[0.12.x](https://github.com/hyperium/hyper/tree/0.12.x) branch.
1320

1421
## Overview
1522

0 commit comments

Comments
 (0)