From f78765e553e748abef9a501cd3b0c69178baa253 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 6 Apr 2024 11:37:43 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20dioxus-sdk=20versio?= =?UTF-8?q?n=20(0.5.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dioxus-std has been renamed to dioxus-sdk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de30a91..ebf0cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] dioxus = "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"] } +dioxus-sdk = { version = "0.5.0", features = ["utils"] } matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] }