From faadb4953b6f9ccfff8cb7886dc7a575d6954b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 3 Aug 2020 10:22:17 +0200 Subject: [PATCH] Revert "common: Switch to the ruma git repo." This reverts commit 021193087dbca35ba2343e94e85f3458ff24f64a. --- matrix_sdk_common/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index b9c67854..067b20e9 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -15,9 +15,9 @@ instant = { version = "0.1.6", features = ["wasm-bindgen", "now"] } js_int = "0.1.8" [dependencies.ruma] -git = "https://github.com/ruma/ruma" +git = "https://github.com/matrix-org/ruma" features = ["client-api"] -rev = "2fbdd674abce100fff977583b729f03576cc61d5" +branch = "verification-event-improvements2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "0.8.1", features = ["v4"] }