Skip to content

Commit e8ea6a1

Browse files
committed
Update yew: 0.19.3 -> 0.20.0
1 parent 283fbcf commit e8ea6a1

File tree

5 files changed

+378
-245
lines changed

5 files changed

+378
-245
lines changed

frameworks/keyed/yew/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.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"] }
1616

1717
[profile.release]
1818
lto = true

0 commit comments

Comments
 (0)