Skip to content

Commit

Permalink
v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 8, 2017
1 parent 388e57a commit 02b52f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### v0.10.7 (2017-04-08)


#### Bug Fixes

* **server:** don't dup the listener TCP socket. ([d2362331](https://github.com/hyperium/hyper/commit/d23623317820696c910ce43262d5276e8e24c066))


### v0.10.6 (2017-04-05)


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

name = "hyper"
version = "0.10.6"
version = "0.10.7"
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://hyperium.github.io/hyper/")]
#![doc(html_root_url = "https://hyper.rs/hyper/v0.10.7/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 02b52f6

Please sign in to comment.