From df465d99c09d0f6e5b44de5218f70df4ec8e502e Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 5 Apr 2024 17:13:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Disable=20matrix-sdk=20unused=20and?= =?UTF-8?q?=20default=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1ea895..05bef8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,7 @@ dioxus-desktop = "0.5.0" dioxus-free-icons = { version = "0.8", features = ["material-design-icons-navigation", "ionicons"] } dioxus-std = { git = "https://github.com/DioxusLabs/dioxus-std.git", branch = "master", features = ["utils"] } -# matrix-sdk = { version = "0.6.2", features = ["js"] } -matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main" , features = ["js"]} +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] } anyhow = "1.0.75" url = "2.5.0"