Revert "..."

This reverts commit 5571b6c405.
This commit is contained in:
Frank Denis 2018-07-02 13:43:26 +02:00
parent 5571b6c405
commit 4ca54eb71b
2 changed files with 56 additions and 109 deletions

View file

@ -13,8 +13,8 @@ categories = ["asynchronous", "network-programming","command-line-utilities"]
base64 = "~0.9"
clap = "~2"
futures = "~0.1"
hyper = "~0.12"
hyper = "~0.11"
tokio = "~0.1"
tokio-io = "~0.1"
tokio-timer = "~0.2"
tokio-timer = "~0.1"
clippy = {version = ">=0", optional = true}