Skip to content

Commit

Permalink
v0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed May 9, 2017
1 parent 3f657ad commit 74461d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### v0.10.10 (2017-05-08)


### v0.10.9 (2017-04-19)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "hyper"
version = "0.10.9"
version = "0.10.10"
description = "A modern HTTP library."
readme = "README.md"
homepage = "http://hyper.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://hyper.rs/hyper/v0.10.9/hyper")]
#![doc(html_root_url = "https://hyper.rs/hyper/v0.10.10/hyper")]
#![cfg_attr(test, deny(missing_docs))]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
Expand Down

0 comments on commit 74461d7

Please sign in to comment.