diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 65f336d5..d3c6dcb7 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -20,8 +20,8 @@ js_int = "0.1.9" [dependencies.ruma] version = "0.0.1" -path = "/home/poljar/werk/priv/ruma/ruma" -rev = "48d1c9747561686e1c5627405780f6de01ee17b1" +git = "https://github.com/ruma/ruma" +rev = "e8882fe8142d7b55ed4c8ccc6150946945f9e237" features = ["client-api", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]