From dfe9eb75b0f0250be55c5471f7837b5ff984aa69 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 15 Nov 2023 09:38:16 -0500 Subject: [PATCH] start 0.4 dev --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c413e56c..1048dbe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "h2" # - html_root_url. # - Update CHANGELOG.md. # - Create git tag -version = "0.3.22" +version = "0.4.0-dev" license = "MIT" authors = [ "Carl Lerche ", @@ -21,6 +21,8 @@ exclude = ["fixtures/**", "ci/**"] edition = "2018" rust-version = "1.63" +publish = false + [features] # Enables `futures::Stream` implementations for various types. stream = []