Skip to content

Commit ed6d19f

Browse files
seanmonstarjoseluisq
authored andcommitted
headers:v0.3.9
1 parent ee329f8 commit ed6d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![deny(missing_debug_implementations)]
33
#![cfg_attr(test, deny(warnings))]
44
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
5-
#![doc(html_root_url = "https://docs.rs/headers/0.3.8")]
5+
#![doc(html_root_url = "https://docs.rs/headers/0.3.9")]
66

77
//! # Typed HTTP Headers
88
//!

0 commit comments

Comments
 (0)