Skip to content

Commit bdc2ee2

Browse files
committed
v0.1.8
1 parent 8ebc335 commit bdc2ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
@@ -12,7 +12,7 @@ authors = ["Sean McArthur <[email protected]>",
1212

1313
[dependencies]
1414
cookie = "*"
15-
log = "*"
15+
log = ">= 0.2.0"
1616
mime = "*"
1717
mucell = "*"
1818
openssl = "*"

0 commit comments

Comments
 (0)