From 58585b9828d2c649554f356eea01dd0fccfb92f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 9 Apr 2020 17:04:34 +0200 Subject: [PATCH] Cargo.toml: Depend on the git hosted ruma crates. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e0f2089..8db93f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ async-trait = "0.1.30" # Ruma dependencies js_int = "0.1.4" ruma-api = "0.15.0" -ruma-client-api = { path = "/home/poljar/werk/misc/ruma-client-api", version = "0.7.0" } -ruma-events = { path = "/home/poljar/werk/misc/ruma-events", version = "0.18.0" } +ruma-client-api = { git = "https://github.com/matrix-org/ruma-client-api/", version = "0.7.0" } +ruma-events = { git = "https://github.com/matrix-org/ruma-events", version = "0.18.0" } ruma-identifiers = "0.14.1" uuid = { version = "0.8.1", features = ["v4"] }