From 2c7344a65ba02774a0104393b961d46cbb996845 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 8 Jun 2022 16:28:18 -0700 Subject: [PATCH] chore(lib): begin 1.0 development (#2882) --- Cargo.toml | 4 +++- README.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8288584a..554d0920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.14.19" +version = "1.0.0-dev.0" description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs" @@ -12,6 +12,8 @@ keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] edition = "2018" +publish = false # no accidents while in dev + include = [ "Cargo.toml", "LICENSE", diff --git a/README.md b/README.md index c3c73d7e..79038abc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A **fast** and **correct** HTTP implementation for Rust. +> **Note**: hyper's [master](https://github.com/hyperium/hyper) branch is +> currently preparing breaking changes. For the most recently *released* code, +> look to the [0.14.x branch](https://github.com/hyperium/hyper/tree/0.14.x). + - HTTP/1 and HTTP/2 - Asynchronous design - Leading in performance