From 4842a78d06441e7bc5a36b341190eb05193d6716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Esp=C3=ADn?= Date: Wed, 2 Aug 2023 22:16:39 +0200 Subject: [PATCH] feat: Dioxus 0.4 (#14) --- Cargo.toml | 2 +- examples/channel/Cargo.toml | 4 ++-- examples/color_scheme/Cargo.toml | 4 ++-- examples/geolocation/Cargo.toml | 6 +++--- examples/i18n/Cargo.toml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cff64c5..bf4b169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ wasm-testing = ["geolocation", "color_scheme", "utils", "i18n"] desktop-testing = ["clipboard", "notifications", "geolocation", "utils", "i18n"] [dependencies] -dioxus = { version = "0.3" } +dioxus = { version = "0.4" } cfg-if = "1.0.0" # utils diff --git a/examples/channel/Cargo.toml b/examples/channel/Cargo.toml index d160ab9..e3e41ab 100644 --- a/examples/channel/Cargo.toml +++ b/examples/channel/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] dioxus-std = { path="../../", features = ["utils"] } -dioxus = "0.3" -dioxus-web = "0.3" +dioxus = "0.4" +dioxus-web = "0.4" log = "0.4.6" diff --git a/examples/color_scheme/Cargo.toml b/examples/color_scheme/Cargo.toml index b8c4afc..f5009b1 100644 --- a/examples/color_scheme/Cargo.toml +++ b/examples/color_scheme/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] dioxus-std = { path="../../", features = ["color_scheme"] } -dioxus = "0.3" -dioxus-web = "0.3" +dioxus = "0.4" +dioxus-web = "0.4" log = "0.4.6" diff --git a/examples/geolocation/Cargo.toml b/examples/geolocation/Cargo.toml index b5ad920..fa463a4 100644 --- a/examples/geolocation/Cargo.toml +++ b/examples/geolocation/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] dioxus-std = { path="../../", features = ["geolocation"] } -dioxus = "0.3" -dioxus-desktop = "0.3" -#dioxus-web = "0.3" +dioxus = "0.4" +dioxus-desktop = "0.4" +#dioxus-web = "0.4" diff --git a/examples/i18n/Cargo.toml b/examples/i18n/Cargo.toml index cd521c9..1d20ebe 100644 --- a/examples/i18n/Cargo.toml +++ b/examples/i18n/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] dioxus-std = { path="../../", features = ["i18n"] } -dioxus = "0.3" -dioxus-web = "0.3" +dioxus = "0.4" +dioxus-web = "0.4" log = "0.4.6"