diff --git a/matrix_sdk_types/Cargo.toml b/matrix_sdk_types/Cargo.toml index 9d016f19..9f3e192f 100644 --- a/matrix_sdk_types/Cargo.toml +++ b/matrix_sdk_types/Cargo.toml @@ -13,6 +13,6 @@ version = "0.1.0" [dependencies] js_int = "0.1.5" ruma-api = "0.16.0" -ruma-client-api = { git = "https://github.com/matrix-org/ruma-client-api" } +ruma-client-api = "0.8.0" ruma-events = "0.21.0" ruma-identifiers = "0.16.1"