Skip to content

Commit

Permalink
headers:v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 29, 2022
1 parent 6932af5 commit bf815a2
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.5" # don't forget to update html_root_url
version = "0.3.6" # 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.5")]
#![doc(html_root_url = "https://docs.rs/headers/0.3.6")]

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

0 comments on commit bf815a2

Please sign in to comment.