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
2020[dependencies ]
2121pallas = { version = " 0.33.0" }
2222# 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 " }
2525
2626ouroboros = " 0.18.4"
2727tracing = " 0.1.41"
Original file line number Diff line number Diff line change 11[package ]
22name = " catalyst-signed-doc"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
@@ -11,8 +11,8 @@ license.workspace = true
1111workspace = true
1212
1313[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 " }
1616
1717anyhow = " 1.0.95"
1818serde = { version = " 1.0.217" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments