File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ 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.1 " , path = " ../cbork-utils" }
23
+ cbork-utils = { version = " 0.0.2 " , path = " ../cbork-utils" }
24
24
catalyst-types = { version = " 0.0.5" , path = " ../catalyst-types" }
25
25
26
26
ouroboros = " 0.18.4"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cbork-utils"
3
- version = " 0.0.1 "
3
+ version = " 0.0.2 "
4
4
edition.workspace = true
5
5
license.workspace = true
6
6
authors.workspace = true
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ thiserror = "2.0.11"
34
34
35
35
c509-certificate = { version = " 0.0.3" , path = " ../c509-certificate" }
36
36
pallas = { version = " 0.33.0" }
37
- cbork-utils = { version = " 0.0.1 " , path = " ../cbork-utils" }
37
+ cbork-utils = { version = " 0.0.2 " , path = " ../cbork-utils" }
38
38
cardano-blockchain-types = { version = " 0.0.5" , path = " ../cardano-blockchain-types" }
39
39
catalyst-types = { version = " 0.0.5" , path = " ../catalyst-types" }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ workspace = true
12
12
13
13
[dependencies ]
14
14
catalyst-types = { version = " 0.0.5" , path = " ../catalyst-types" }
15
- cbork-utils = { version = " 0.0.1 " , path = " ../cbork-utils" }
15
+ cbork-utils = { version = " 0.0.2 " , path = " ../cbork-utils" }
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