Skip to content

Commit 8db1b78

Browse files
authored
headers:0.4.1
1 parent 12fb1d7 commit 8db1b78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

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

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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.4.0")]
65

76
//! # Typed HTTP Headers
87
//!

0 commit comments

Comments
 (0)