File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Agents for Yew"
88license = " MIT OR Apache-2.0"
99
1010[dependencies ]
11- yew = { version = " 0.19.3 " , path = " ../yew" }
11+ yew = { version = " 0.20.0 " , path = " ../yew" }
1212gloo-worker = " 0.1"
1313
1414[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/yewstack/yew"
1212rust-version = " 1.60.0"
1313
1414[dependencies ]
15- yew = { version = " 0.19.3 " , path = " ../yew" , default-features = false }
15+ yew = { version = " 0.20.0 " , path = " ../yew" , default-features = false }
1616yew-router-macro = { version = " 0.16.0" , path = " ../yew-router-macro" }
1717
1818wasm-bindgen = " 0.2"
@@ -34,7 +34,7 @@ features = [
3434[dev-dependencies ]
3535wasm-bindgen-test = " 0.3"
3636serde = { version = " 1" , features = [" derive" ] }
37- yew = { version = " 0.19.3 " , path = " ../yew" , features = [" csr" ] }
37+ yew = { version = " 0.20.0 " , path = " ../yew" , features = [" csr" ] }
3838
3939[dev-dependencies .web-sys ]
4040version = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " yew"
3- version = " 0.19.3 "
3+ version = " 0.20.0 "
44edition = " 2021"
55authors = [
66 " Denis Kolodin <deniskolodin@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments