From efe5b1e538c2fdb41e93feadabde6f8c7e56f917 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 8 May 2021 14:49:15 +0200 Subject: [PATCH] Bump ruma --- matrix_sdk_common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 0f258e78..11c9f4ac 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -21,7 +21,7 @@ async-trait = "0.1.42" [dependencies.ruma] version = "0.0.3" git = "https://github.com/ruma/ruma" -rev = "24154195a00390a33542603b968e94022487587c" +rev = "a0f7e1b771d3294187bae0b2816fbcf6ceb40b88" features = ["client-api-c", "compat", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]