From 7003ea2d232caa0ee2fded4844fd3917e1d642da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 11 Jul 2020 16:24:36 +0200 Subject: [PATCH] matrix-sdk-common: Depend on a working revision of the ruma mono repo. --- matrix_sdk_common/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 4be44c97..31f718cd 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -13,7 +13,11 @@ version = "0.1.0" [dependencies] instant = { version = "0.1.4", features = ["wasm-bindgen", "now"] } js_int = "0.1.5" -ruma = { git = "https://github.com/ruma/ruma", features = ["client-api"] } + +[dependencies.ruma] +git = "https://github.com/ruma/ruma" +features = ["client-api"] +rev = "c19bcaab" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "0.8.1", features = ["v4"] }