From aa1af3728b16cf8e8198246a0cb0d5d49503407a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 10 Nov 2023 12:08:55 -0500 Subject: [PATCH] start 1.0 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3672249b..d93e5b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "http" # - Update html_root_url in lib.rs. # - Update CHANGELOG.md. # - Create git tag -version = "0.2.10" +version = "1.0.0-dev" readme = "README.md" documentation = "https://docs.rs/http" repository = "https://github.com/hyperium/http" @@ -23,6 +23,8 @@ edition = "2018" # When updating this value, don't forget to also adjust the GitHub Actions config. rust-version = "1.49.0" +publish = false + [workspace] members = [ ".",