File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ workspace = true
20
20
[dependencies ]
21
21
pallas = { version = " 0.33.0" }
22
22
# pallas-hardano = { version = "0.33.0" }
23
- cbork-utils = { version = " 0.0.2 " , path = " ../cbork-utils " }
24
- catalyst-types = { version = " 0.0.5 " , path = " ../ catalyst-types " }
23
+ catalyst-types = { version = " 0.0.5 " , git = " https://github.com/input-output-hk/catalyst-libs.git " , tag = " catalyst-types-v0.0.5 " }
24
+ cbork-utils = { version = " 0.0.2 " , git = " https://github.com/input-output-hk/ catalyst-libs.git " , tag = " cbork-utils-v0.0.2 " }
25
25
26
26
ouroboros = " 0.18.4"
27
27
tracing = " 0.1.41"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " catalyst-signed-doc"
3
- version = " 0.0.4 "
3
+ version = " 0.0.5 "
4
4
edition.workspace = true
5
5
authors.workspace = true
6
6
homepage.workspace = true
@@ -11,8 +11,8 @@ license.workspace = true
11
11
workspace = true
12
12
13
13
[dependencies ]
14
- catalyst-types = { version = " 0.0.5" , path = " ../ catalyst-types" }
15
- cbork-utils = { version = " 0.0.2" , path = " ../ cbork-utils" }
14
+ catalyst-types = { version = " 0.0.5" , git = " https://github.com/input-output-hk/ catalyst-libs.git " , tag = " catalyst- types-v0.0.5 " }
15
+ cbork-utils = { version = " 0.0.2" , git = " https://github.com/input-output-hk/catalyst-libs.git " , tag = " cbork-utils-v0.0.2 " }
16
16
17
17
anyhow = " 1.0.95"
18
18
serde = { version = " 1.0.217" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments