Skip to content

Commit da27a79

Browse files
committed
feat: 0.2.2
1 parent 931034b commit da27a79

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target/
22
/pytool/
3+
/venv/
34
Cargo.lock
45
.DS_Store

docsite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
dioxus = "0.4.3"
1414
dioxus-retrouter = { version = "0.4.0", features = ["web"] }
1515

16-
karaty-blueprint = "0.2.1"
16+
karaty-blueprint = "0.2.2"
1717

1818
serde = { version = "1", features = ["derive"] }
1919
toml = "0.8"

karaty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ indoc = "2.0.5"
3232

3333
regex = "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}
4242
karaty-docsite = { path = "../docsite/", template = true }
4343

4444
[build-dependencies]

template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
dioxus = "0.4.3"
1313
dioxus-retrouter = { version = "0.4.0", features = ["web"] }
1414

15-
karaty-blueprint = "0.2.1"
15+
karaty-blueprint = "0.2.2"
1616

1717
serde = { version = "1", features = ["derive"] }
1818
toml = "0.8"

0 commit comments

Comments
 (0)