From 10f4647037c81cc3c35097f6156dd9706d38964a Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sun, 14 May 2017 04:13:07 -0700 Subject: [PATCH] Use a Git version of ruma-api. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f35ccca2..756ede3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,8 @@ git = "https://github.com/hyperium/hyper" rev = "fed04dfb58e19b408322d4e5ca7474871e848a35" [dependencies.ruma-api] -path = "../ruma-api" +git = "https://github.com/ruma/ruma-api" +rev = "3635fe51ac31b9ff899c70a0d1218caa8cf6a8dc" [dependencies.syn] features = ["full"]