From ad331d0bd57700e4daadf5c370ff9e2295dd8b8a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 24 Nov 2023 14:15:00 -0500 Subject: [PATCH] headers:v0.4.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1c14c164..05dc58e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "headers" -version = "0.3.9" # don't forget to update html_root_url +version = "0.4.0" # 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 7d1ddaed..18c57fba 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.3.9")] +#![doc(html_root_url = "https://docs.rs/headers/0.4.0")] //! # Typed HTTP Headers //!