Skip to content

Commit

Permalink
headers:v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Feb 10, 2022
1 parent f1dc1e1 commit ffca4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "headers"
version = "0.3.6" # don't forget to update html_root_url
version = "0.3.7" # don't forget to update html_root_url
description = "typed HTTP headers"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")]
#![doc(html_root_url = "https://docs.rs/headers/0.3.7")]

//! # Typed HTTP Headers
//!
Expand Down

0 comments on commit ffca4a9

Please sign in to comment.