use current hyper for now

This commit is contained in:
Sean McArthur
2016-10-16 10:26:04 -07:00
parent d78eff6918
commit 15e59c1c6d
5 changed files with 23 additions and 271 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "request"
version = "0.1.0"
name = "reqwest"
version = "0.0.0"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
license = "MIT/Apache-2.0"
[dependencies]
hyper = {git = "https://github.com/hyperium/hyper"}
hyper = { version = "0.9" }#, default-features = false }
log = "0.3"
[dev-dependencies]