From 15780674981479b35bd524a777384fee0221e30f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 19 Apr 2021 12:23:09 +0200 Subject: [PATCH] Only activate the client parts of ruma-client-api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … to reduce compile times. --- 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 d43f6ddf..3a284e4d 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -23,7 +23,7 @@ async-trait = "0.1.42" version = "0.0.3" git = "https://github.com/ruma/ruma" rev = "c816630058ab625d93ebab294e9e6c02dd9d866c" -features = ["client-api", "compat", "unstable-pre-spec"] +features = ["client-api-c", "compat", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "0.8.2", default-features = false, features = ["v4", "serde"] }