We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee329f8 commit ed6d19fCopy full SHA for ed6d19f
src/lib.rs
@@ -2,7 +2,7 @@
2
#![deny(missing_debug_implementations)]
3
#![cfg_attr(test, deny(warnings))]
4
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
5
-#![doc(html_root_url = "https://docs.rs/headers/0.3.8")]
+#![doc(html_root_url = "https://docs.rs/headers/0.3.9")]
6
7
//! # Typed HTTP Headers
8
//!
0 commit comments