From c67c94dcc9abc3157ad936f48df3678c5b953106 Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 2 Jun 2025 12:08:48 +0800 Subject: [PATCH 1/2] chore: prepare for releasing 0.4.1 Signed-off-by: tison --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index beb19723..dcd4fdf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "headers" -version = "0.4.0" # don't forget to update html_root_url +version = "0.4.1" # don't forget to update html_root_url description = "typed HTTP headers" license = "MIT" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index bcd4abea..54c72da0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![deny(missing_debug_implementations)] #![cfg_attr(test, deny(warnings))] #![cfg_attr(all(test, feature = "nightly"), feature(test))] -#![doc(html_root_url = "https://docs.rs/headers/0.4.0")] +#![doc(html_root_url = "https://docs.rs/headers/0.4.1")] //! # Typed HTTP Headers //! From e2a2ea244a590a3a092e8ef44f62895fd696ced1 Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 2 Jun 2025 15:09:57 +0800 Subject: [PATCH 2/2] crates.io has been linking to docs.rs by default Signed-off-by: tison --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcd4fdf9..d270fa72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "headers" -version = "0.4.1" # don't forget to update html_root_url +version = "0.4.1" description = "typed HTTP headers" license = "MIT" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 54c72da0..40f2de40 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,6 @@ #![deny(missing_debug_implementations)] #![cfg_attr(test, deny(warnings))] #![cfg_attr(all(test, feature = "nightly"), feature(test))] -#![doc(html_root_url = "https://docs.rs/headers/0.4.1")] //! # Typed HTTP Headers //!