Skip to content

Commit

Permalink
v0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 6, 2017
1 parent 69e02a8 commit e24b1ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,11 +1,11 @@
[package]

name = "hyper"
version = "0.10.11"
version = "0.10.12" # remember to update html_root_url
description = "A modern HTTP library."
readme = "README.md"
homepage = "http://hyper.rs"
documentation = "http://hyper.rs/hyper"
documentation = "https://docs.rs/hyper"
repository = "https://github.com/hyperium/hyper"
license = "MIT"
authors = ["Sean McArthur <sean.monstar@gmail.com>",
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.11")]
#![doc(html_root_url = "https://docs.rs/hyper/v0.10.12")]
#![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 e24b1ba

Please sign in to comment.