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"
8
8
license = " MIT OR Apache-2.0"
9
9
10
10
[dependencies ]
11
- yew = { version = " 0.19.3 " , path = " ../yew" }
11
+ yew = { version = " 0.20.0 " , path = " ../yew" }
12
12
gloo-worker = " 0.1"
13
13
14
14
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/yewstack/yew"
12
12
rust-version = " 1.60.0"
13
13
14
14
[dependencies ]
15
- yew = { version = " 0.19.3 " , path = " ../yew" , default-features = false }
15
+ yew = { version = " 0.20.0 " , path = " ../yew" , default-features = false }
16
16
yew-router-macro = { version = " 0.16.0" , path = " ../yew-router-macro" }
17
17
18
18
wasm-bindgen = " 0.2"
@@ -34,7 +34,7 @@ features = [
34
34
[dev-dependencies ]
35
35
wasm-bindgen-test = " 0.3"
36
36
serde = { version = " 1" , features = [" derive" ] }
37
- yew = { version = " 0.19.3 " , path = " ../yew" , features = [" csr" ] }
37
+ yew = { version = " 0.20.0 " , path = " ../yew" , features = [" csr" ] }
38
38
39
39
[dev-dependencies .web-sys ]
40
40
version = " 0.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " yew"
3
- version = " 0.19.3 "
3
+ version = " 0.20.0 "
4
4
edition = " 2021"
5
5
authors = [
6
6
" Denis Kolodin <deniskolodin@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments