Skip to content

Commit 2c7344a

Browse files
authored
chore(lib): begin 1.0 development (#2882)
1 parent b2052a4 commit 2c7344a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper"
3-
version = "0.14.19"
3+
version = "1.0.0-dev.0"
44
description = "A fast and correct HTTP library."
55
readme = "README.md"
66
homepage = "https://hyper.rs"
@@ -12,6 +12,8 @@ keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2018"
1414

15+
publish = false # no accidents while in dev
16+
1517
include = [
1618
"Cargo.toml",
1719
"LICENSE",

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
A **fast** and **correct** HTTP implementation for Rust.
1010

11+
> **Note**: hyper's [master](https://github.com/hyperium/hyper) branch is
12+
> currently preparing breaking changes. For the most recently *released* code,
13+
> look to the [0.14.x branch](https://github.com/hyperium/hyper/tree/0.14.x).
14+
1115
- HTTP/1 and HTTP/2
1216
- Asynchronous design
1317
- Leading in performance

0 commit comments

Comments
 (0)