Skip to content

Commit ffca4a9

Browse files
committed
headers:v0.3.7
1 parent f1dc1e1 commit ffca4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headers"
3-
version = "0.3.6" # don't forget to update html_root_url
3+
version = "0.3.7" # don't forget to update html_root_url
44
description = "typed HTTP headers"
55
license = "MIT"
66
readme = "README.md"

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.6")]
5+
#![doc(html_root_url = "https://docs.rs/headers/0.3.7")]
66

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

0 commit comments

Comments
 (0)