From bccad7e40c675088be68f4a6c44db5b9ce100871 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Tue, 17 Jan 2017 19:39:40 -0800 Subject: [PATCH] Use Hyper's master branch cause the tokio branch was merged. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c756e43..6134a9a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ tokio-core = "0.1.3" url = "1.2.4" [dependencies.hyper] -branch = "tokio" git = "https://github.com/hyperium/hyper" [dependencies.ruma-client-api]