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"