We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26d089 commit c9294afCopy full SHA for c9294af
karaty/Cargo.toml
@@ -39,14 +39,14 @@ indoc = "2.0.5"
39
40
regex = "1.10.2"
41
42
-karaty-blueprint = {path = "../blueprint"}
+karaty-blueprint = "0.2.2"
43
44
# you can add your extension template in here
45
# you need add a template=true field for dependencies, that can help builder find this part.
46
# karaty-template = { path = "../template/", template = true }
47
48
-karaty-template = {path = "../template", template = true}
49
-karaty-docsite = { path = "../docsite/", template = true }
+karaty-template = { version = "0.2.2", template = true }
+karaty-docsite = { version = "0.2.2", template = true }
50
51
[build-dependencies]
52
serde = { version = "1.0", features = ["derive"] }
0 commit comments