⬆️ Force the commit used for matrix-sdk (fa6066b8)
Some checks failed
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2024-12-29 16:53:12 +01:00
parent 6586edf287
commit 5bc8ac409e

View File

@@ -59,7 +59,7 @@ dioxus = { version = "0.6.1", features = ["web"] }
web-sys = "0.3.69" web-sys = "0.3.69"
# Matrix # 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] [target.'cfg(not(target_family = "wasm"))'.dependencies]
# Utils # Utils
@@ -72,7 +72,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
dioxus = { version = "0.6.1", features = ["desktop"] } dioxus = { version = "0.6.1", features = ["desktop"] }
# Matrix # 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] [build-dependencies]
regex = "1.10.3" regex = "1.10.3"