Skip to content

Commit

Permalink
headers:v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 24, 2023
1 parent b8cf384 commit ad331d0
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.9" # don't forget to update html_root_url
version = "0.4.0" # 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.9")]
#![doc(html_root_url = "https://docs.rs/headers/0.4.0")]

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

0 comments on commit ad331d0

Please sign in to comment.