From bc30670f6ee1df96a49f41798712b7d89563c4de Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 15 May 2024 18:09:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bumps=20modx=20version?= =?UTF-8?q?=20(git=20->=200.1.2)?= 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 30bc930..d94127c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,7 @@ web = ["dioxus/web"] dioxus = "0.5.*" dioxus-sdk = { version = "0.5.*", features = ["utils"] } dioxus-free-icons = { version = "0.8.*", features = ["ionicons", "font-awesome-solid", "material-design-icons-navigation"] } -# modx = "0.1" -modx = { git = "https://github.com/ASR-ASU/modx.git", branch = "asr/fix-props-visibility" } +modx = "0.1.2" # 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"] }