We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cf384 commit ad331d0Copy full SHA for ad331d0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "headers"
3
-version = "0.3.9" # don't forget to update html_root_url
+version = "0.4.0" # don't forget to update html_root_url
4
description = "typed HTTP headers"
5
license = "MIT"
6
readme = "README.md"
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")]
7
//! # Typed HTTP Headers
8
//!
0 commit comments