File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11/target /
22/pytool /
3+ /venv /
34Cargo.lock
45.DS_Store
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313dioxus = " 0.4.3"
1414dioxus-retrouter = { version = " 0.4.0" , features = [" web" ] }
1515
16- karaty-blueprint = " 0.2.1 "
16+ karaty-blueprint = " 0.2.2 "
1717
1818serde = { version = " 1" , features = [" derive" ] }
1919toml = " 0.8"
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ indoc = "2.0.5"
3232
3333regex = " 1.10.2"
3434
35- karaty-blueprint = " 0.2.1 "
35+ karaty-blueprint = " 0.2.2 "
3636
3737# you can add your extension template in here
3838# you need add a template=true field for dependencies, that can help builder find this part.
3939# karaty-template = { path = "../template/", template = true }
4040
41- karaty-template = {version = " 0.2.1 " , template = true }
41+ karaty-template = {version = " 0.2.2 " , template = true }
4242karaty-docsite = { path = " ../docsite/" , template = true }
4343
4444[build-dependencies ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212dioxus = " 0.4.3"
1313dioxus-retrouter = { version = " 0.4.0" , features = [" web" ] }
1414
15- karaty-blueprint = " 0.2.1 "
15+ karaty-blueprint = " 0.2.2 "
1616
1717serde = { version = " 1" , features = [" derive" ] }
1818toml = " 0.8"
You can’t perform that action at this time.
0 commit comments