From 5ca66a6985fd079d6154fb769b1b686aefc870ab Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 23 Nov 2020 15:34:38 +0100 Subject: [PATCH] Upgrade ruma dependency --- 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 f551d070..88cbc7af 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -21,7 +21,7 @@ js_int = "0.1.9" [dependencies.ruma] version = "0.0.1" git = "https://github.com/ruma/ruma" -rev = "d16fd4b2c1be1b06fd9be99373a3e77d74fadff3" +rev = "ee4280cea2f8d24c7f747fd57776fe72d50ce744" features = ["client-api", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]