Skip to content

Commit c9294af

Browse files
committed
feat: code
1 parent e26d089 commit c9294af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

karaty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ indoc = "2.0.5"
3939

4040
regex = "1.10.2"
4141

42-
karaty-blueprint = {path = "../blueprint"}
42+
karaty-blueprint = "0.2.2"
4343

4444
# you can add your extension template in here
4545
# you need add a template=true field for dependencies, that can help builder find this part.
4646
# karaty-template = { path = "../template/", template = true }
4747

48-
karaty-template = {path = "../template", template = true}
49-
karaty-docsite = { path = "../docsite/", template = true }
48+
karaty-template = { version = "0.2.2", template = true }
49+
karaty-docsite = { version = "0.2.2", template = true }
5050

5151
[build-dependencies]
5252
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)