From 4ab4ac5feef4dd3e3dfa8206059ba10b6dab7f10 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 08:27:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Use=20of=20the=20latest?= =?UTF-8?q?=20matrix-sdk=200.7.*=20version=20(master=20branch=20before)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cb9c60..a9bb35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,8 @@ dioxus = "0.5.*" dioxus-free-icons = { version = "0.8", features = ["material-design-icons-navigation", "ionicons"] } dioxus-sdk = { version = "0.5.*", features = ["utils"] } -matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] } +# matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] } +matrix-sdk = { version = "0.7.*", default-features = false, features = ["js", "rustls-tls"] } anyhow = "1.0.75" url = "2.5.0"