From 5c4e46e908cf255dbb901d15feec8ff866c80f31 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Wed, 26 Aug 2020 16:26:40 -0400 Subject: [PATCH] matrix_sdk_common: 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 f22776ad..6860d9df 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -18,7 +18,7 @@ js_int = "0.1.9" [dependencies.ruma] version = "0.0.1" git = "https://github.com/ruma/ruma" -rev = "e4cd59e7e5f8ce4c8b90948155c3d031e45f9c54" +rev = "409fbcc9d745fb7290327cb7f5defc714229ab30" features = ["client-api", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]