Skip to content

Commit ebed77a

Browse files
committed
Update yew-hooks to 0.21
1 parent 876bce4 commit ebed77a

File tree

4 files changed

+391
-224
lines changed

4 files changed

+391
-224
lines changed

frameworks/keyed/yew-hooks/Cargo.toml

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

1010
[dependencies]
11-
rand = { version = "0.8.4", features = ["small_rng"] }
12-
getrandom = { version = "0.2.1", features = ["js"] }
13-
wasm-bindgen = "0.2.78"
14-
web-sys = { version = "0.3.55", features = ["Window"]}
15-
yew = "0.19.3"
11+
rand = { version = "0.8.5", features = ["small_rng"] }
12+
getrandom = { version = "0.2.10", features = ["js"] }
13+
wasm-bindgen = "0.2.88"
14+
web-sys = { version = "0.3.65", features = ["Window"]}
15+
yew = { version = "0.21.0", features = ["csr"] }
1616

1717
[profile.release]
1818
lto = true

0 commit comments

Comments
 (0)