From abd62cab0d944b983c8db42840ef76c4a16d43f4 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Thu, 21 Jan 2021 18:19:50 +0100 Subject: [PATCH] Update ruma to rev 8c109d3c0a7ec66b352dc82677d30db7cb0723eb Signed-off-by: Tilo Spannagel --- matrix_sdk_common/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index ca66ef11..cbc53e1e 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -19,6 +19,8 @@ async-trait = "0.1.42" [dependencies.ruma] version = "0.0.2" +git = "https://github.com/ruma/ruma" +rev = "8c109d3c0a7ec66b352dc82677d30db7cb0723eb" features = ["client-api", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]