From a7ce18f7528a1cb1140e01f2faa19ccd62022016 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sat, 31 Dec 2016 02:26:29 -0800 Subject: [PATCH] Use the Git version of ruma-client-api. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d1d6a5c..d87f7038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,10 @@ version = "0.1.0" [dependencies] hyper = "0.9.14" -ruma-client-api = { path = "../ruma-client-api" } ruma-identifiers = "0.6.0" serde = "0.8.21" serde_json = "0.8.4" url = "1.2.4" + +[dependencies.ruma-client-api] +git = "https://github.com/ruma/ruma-client-api"