fix(compat): upgrade to hyper v0.4.0

It was basically just a find-and-replace to adapt to the changed names
of Error and Result types.
This commit is contained in:
Sebastian Thiel
2015-05-08 11:52:28 +02:00
parent 8375dd0508
commit 3fe2732a01
3 changed files with 6 additions and 5 deletions

View File

@@ -31,3 +31,4 @@ cargo:
- serde = ">= 0.3.0"
- serde_macros = "*"
- clap = "*"
- json-tools = "*"