Skip to content

Commit b72bfac

Browse files
committed
Merge branch 'update-dioxus' of https://github.com/birkskyum/js-framework-benchmark into birkskyum-update-dioxus
2 parents 6345e48 + 8fb8c5e commit b72bfac

File tree

17 files changed

+377
-1803
lines changed

17 files changed

+377
-1803
lines changed

frameworks/keyed/dioxus/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
dioxus = "0.4"
10-
dioxus-web = { version = "0.4", default-features = false }
9+
dioxus = { version = "0.5.0", features = ["web"] }
1110
js-sys = "*"
1211
slab = "0.4.8"
1312

0 commit comments

Comments
 (0)