diff --git a/Cargo.toml b/Cargo.toml index beb19723..d270fa72 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" description = "typed HTTP headers" license = "MIT" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index bcd4abea..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.0")] //! # Typed HTTP Headers //!