From e0477fa053868e69ef9ce558964d6627f688b01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 6 May 2020 09:38:31 +0200 Subject: [PATCH] types: Use the released version of ruma-client-api. --- matrix_sdk_types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"