Skip to content

Commit 4842a78

Browse files
authored
feat: Dioxus 0.4 (#14)
1 parent 5e5b9e8 commit 4842a78

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wasm-testing = ["geolocation", "color_scheme", "utils", "i18n"]
2929
desktop-testing = ["clipboard", "notifications", "geolocation", "utils", "i18n"]
3030

3131
[dependencies]
32-
dioxus = { version = "0.3" }
32+
dioxus = { version = "0.4" }
3333
cfg-if = "1.0.0"
3434

3535
# utils

examples/channel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
dioxus-std = { path="../../", features = ["utils"] }
8-
dioxus = "0.3"
9-
dioxus-web = "0.3"
8+
dioxus = "0.4"
9+
dioxus-web = "0.4"
1010

1111
log = "0.4.6"
1212

examples/color_scheme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
dioxus-std = { path="../../", features = ["color_scheme"] }
8-
dioxus = "0.3"
9-
dioxus-web = "0.3"
8+
dioxus = "0.4"
9+
dioxus-web = "0.4"
1010

1111
log = "0.4.6"
1212

examples/geolocation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
dioxus-std = { path="../../", features = ["geolocation"] }
8-
dioxus = "0.3"
9-
dioxus-desktop = "0.3"
10-
#dioxus-web = "0.3"
8+
dioxus = "0.4"
9+
dioxus-desktop = "0.4"
10+
#dioxus-web = "0.4"

examples/i18n/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
dioxus-std = { path="../../", features = ["i18n"] }
8-
dioxus = "0.3"
9-
dioxus-web = "0.3"
8+
dioxus = "0.4"
9+
dioxus-web = "0.4"
1010

1111
log = "0.4.6"
1212

0 commit comments

Comments
 (0)