From 2e387436cfd5aeece780383abbb4831f939b6242 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 23 Nov 2020 15:27:43 +0100 Subject: [PATCH] Remove unstable-synapse-quirks from default feature set for ruma otherwise there is no point in exposing that feature --- 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 5ebf345b..f551d070 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -22,7 +22,7 @@ js_int = "0.1.9" version = "0.0.1" git = "https://github.com/ruma/ruma" rev = "d16fd4b2c1be1b06fd9be99373a3e77d74fadff3" -features = ["client-api", "unstable-pre-spec", "unstable-synapse-quirks"] +features = ["client-api", "unstable-pre-spec"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "0.8.1", default-features = false, features = ["v4", "serde"] }