Skip to content

Commit 9b1c517

Browse files
committed
Merge branch 'gbj-update-leptos'
2 parents 53ba035 + d3fa22b commit 9b1c517

File tree

7 files changed

+398
-384
lines changed

7 files changed

+398
-384
lines changed

frameworks/keyed/leptos/Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ version = "1.0.0"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
getrandom = { version = "0.2.8", features = ["js"] }
11+
wasm-bindgen = { version = "0.2", features = ["enable-interning"] }
12+
console_error_panic_hook = "0.1"
13+
getrandom = { version = "0.2.7", features = ["js"] }
1214
rand = { version = "0.8.5", features = ["small_rng"] }
13-
leptos = { version = "0.1.1", features = ["stable"] }
14-
wasm-bindgen = "0.2.83"
15-
web-sys = { version = "0.3.60", features = ["Window", "Document"] }
15+
leptos = "0.2.0-alpha2"
16+
web-sys = "0.3"
1617

1718
[profile.release]
1819
codegen-units = 1

0 commit comments

Comments
 (0)