Skip to content

Commit 4a58b9b

Browse files
committed
Merge branch 'master' of https://github.com/gbj/js-framework-benchmark into gbj-master
2 parents c1e34b2 + 42227e5 commit 4a58b9b

File tree

3 files changed

+3
-684
lines changed

3 files changed

+3
-684
lines changed

frameworks/keyed/leptos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wasm-bindgen = { version = "0.2", features = ["enable-interning"] }
1212
console_error_panic_hook = "0.1"
1313
getrandom = { version = "0.2.7", features = ["js"] }
1414
rand = { version = "0.8.5", features = ["small_rng"] }
15-
leptos = { version = "0.4.1", features = ["csr", "nightly", "template_macro"] }
15+
leptos = { version = "0.4.4", features = ["csr", "nightly", "template_macro"] }
1616
web-sys = "0.3"
1717

1818
[profile.release]

0 commit comments

Comments
 (0)