From 108f6d90c96d75cea0c3b8838c6809631876a001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 31 Jul 2020 12:29:08 +0200 Subject: [PATCH] matrix-sdk-common: Depend on our local Ruma branch. --- matrix_sdk_common/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index b2ca9d7b..067b20e9 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -15,8 +15,9 @@ instant = { version = "0.1.6", features = ["wasm-bindgen", "now"] } js_int = "0.1.8" [dependencies.ruma] -path = "/home/poljar/werk/priv/ruma/ruma" +git = "https://github.com/matrix-org/ruma" features = ["client-api"] +branch = "verification-event-improvements2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "0.8.1", features = ["v4"] }