From 5bc8ac409e8ec9013b61b6cb752747ed45e994b4 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 29 Dec 2024 16:53:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Force=20the=20commit=20?= =?UTF-8?q?used=20for=20matrix-sdk=20(fa6066b8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4920c93..4cdd7c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ dioxus = { version = "0.6.1", features = ["web"] } web-sys = "0.3.69" # Matrix -matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", default-features = false, features = ["rustls-tls", "js"] } +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls", "js"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] # Utils @@ -72,7 +72,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] } dioxus = { version = "0.6.1", features = ["desktop"] } # Matrix -matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", default-features = false, features = ["rustls-tls"] } +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls"] } [build-dependencies] regex = "1.10.3"