Skip to content

Commit ec0ff7a

Browse files
committed
Update Sycamore to 0.9.0-beta.2
1 parent 84dfb9d commit ec0ff7a

File tree

5 files changed

+213
-211
lines changed

5 files changed

+213
-211
lines changed

frameworks/keyed/sycamore/Cargo.toml

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

1010
[dependencies]
11-
getrandom = { version = "0.2.7", features = ["js"] }
11+
getrandom = { version = "0.2.10", features = ["js"] }
1212
rand = { version = "0.8.5", features = ["small_rng"] }
13-
sycamore = "0.8.0"
14-
wasm-bindgen = "0.2.82"
15-
web-sys = { version = "0.3.59", features = ["Window", "Document"] }
13+
sycamore = "0.9.0-beta.2"
14+
wasm-bindgen = "0.2.87"
15+
web-sys = { version = "0.3.64", features = ["Window", "Document"] }
1616

1717
[profile.release]
1818
codegen-units = 1

0 commit comments

Comments
 (0)