Fix encoding, more interop and update nightly version
This commit is contained in:
+5
-2
@@ -12,9 +12,12 @@ tokio-io = "0.2.0-alpha.1"
|
||||
tokio-executor = "0.2.0-alpha.1"
|
||||
tower-service = { git = "http://github.com/tower-rs/tower", branch = "std-future" }
|
||||
tower-util = { git = "http://github.com/tower-rs/tower", branch = "std-future" }
|
||||
h2 = { git = "https://github.com/LucioFranco/h2", branch = "lucio/tower-h2-hack" }
|
||||
# h2 = { git = "https://github.com/LucioFranco/h2", branch = "lucio/tower-h2-hack" }
|
||||
# h2 = { git = "https://github.com/hyperium/h2" }
|
||||
h2 = { path = "../../h2" }
|
||||
http = "0.1"
|
||||
http-body = { git = "https://github.com/hyperium/http-body" }
|
||||
# http-body = { git = "https://github.com/hyperium/http-body" }
|
||||
http-body = { path = "../../http-body" }
|
||||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user