Prepare master for 0.2.x
This commit is contained in:
@@ -5,7 +5,7 @@ name = "h2"
|
|||||||
# - html_root_url.
|
# - html_root_url.
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create git tag
|
# - Create git tag
|
||||||
version = "0.1.25"
|
version = "0.2.0-alpha.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||||
description = "An HTTP/2.0 client and server"
|
description = "An HTTP/2.0 client and server"
|
||||||
@@ -16,6 +16,8 @@ keywords = ["http", "async", "non-blocking"]
|
|||||||
categories = ["asynchronous", "web-programming", "network-programming"]
|
categories = ["asynchronous", "web-programming", "network-programming"]
|
||||||
exclude = ["fixtures/**", "ci/**"]
|
exclude = ["fixtures/**", "ci/**"]
|
||||||
|
|
||||||
|
publish = false
|
||||||
|
|
||||||
[badges.travis-ci]
|
[badges.travis-ci]
|
||||||
repository = "hyperium/h2"
|
repository = "hyperium/h2"
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# H2
|
# 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.
|
A Tokio aware, HTTP/2.0 client & server implementation for Rust.
|
||||||
|
|
||||||
[](https://travis-ci.org/hyperium/h2)
|
[](https://travis-ci.org/hyperium/h2)
|
||||||
|
|||||||
Reference in New Issue
Block a user