Skip to content

Commit 876bce4

Browse files
committed
Update yew to 0.21
1 parent a4bb74d commit 876bce4

File tree

3 files changed

+340
-306
lines changed

3 files changed

+340
-306
lines changed

frameworks/keyed/yew/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
rand = { version = "0.8.5", features = ["small_rng"] }
12-
getrandom = { version = "0.2.8", features = ["js"] }
13-
wasm-bindgen = "0.2.83"
14-
web-sys = { version = "0.3.60", features = ["Window"]}
15-
yew = { version = "0.20.0", features = ["csr"] }
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)