Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 27, 2015
1 parent 8ebc335 commit bdc2ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "hyper"
version = "0.1.7"
version = "0.1.8"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
Expand All @@ -12,7 +12,7 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>",

[dependencies]
cookie = "*"
log = "*"
log = ">= 0.2.0"
mime = "*"
mucell = "*"
openssl = "*"
Expand Down

0 comments on commit bdc2ee2

Please sign in to comment.