File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async_ui_web"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
edition = " 2021"
5
5
description = " Async UI for the Browser"
6
6
license = " MPL-2.0"
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
14
14
doctest = false
15
15
16
16
[dependencies ]
17
- async_ui_web_core = { version = " 0.2.0 " , path = " ../async_ui_web_core/" }
17
+ async_ui_web_core = { version = " 0.2.1 " , path = " ../async_ui_web_core/" }
18
18
async_ui_web_html = { version = " 0.2.0" , path = " ../async_ui_web_html/" }
19
19
async_ui_web_macros = { version = " 0.2.0" , path = " ../async_ui_web_macros/" }
20
20
async_ui_internal_utils = { version = " 0.0.2" , path = " ../async_ui_internal_utils/" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async_ui_web_core"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
edition = " 2021"
5
5
description = " Async UI for the Browser"
6
6
license = " MPL-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async_ui_web_html"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
edition = " 2021"
5
5
description = " Async UI for the Browser"
6
6
license = " MPL-2.0"
7
7
repository = " https://github.com/wishawa/async_ui"
8
8
9
9
[dependencies ]
10
- async_ui_web_core = { version = " 0.2.0 " , path = " ../async_ui_web_core/" }
10
+ async_ui_web_core = { version = " 0.2.1 " , path = " ../async_ui_web_core/" }
11
11
async_ui_internal_utils = { version = " 0.0.2" , path = " ../async_ui_internal_utils/" }
12
12
13
13
wasm-bindgen = " 0.2.87"
You can’t perform that action at this time.
0 commit comments