diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 752fa730..d43f6ddf 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -20,9 +20,9 @@ serde = "1.0.122" async-trait = "0.1.42" [dependencies.ruma] -version = "0.0.2" +version = "0.0.3" git = "https://github.com/ruma/ruma" -rev = "47d6b458574247545f8836b9421800f0089f3008" +rev = "c816630058ab625d93ebab294e9e6c02dd9d866c" features = ["client-api", "compat", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]