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 ffe37f2 commit 796dce8Copy full SHA for 796dce8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "headers"
3
-version = "0.3.7" # don't forget to update html_root_url
+version = "0.3.8" # 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.7")]
+#![doc(html_root_url = "https://docs.rs/headers/0.3.8")]
7
//! # Typed HTTP Headers
8
//!
0 commit comments