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
2020[dependencies]
2121pallas = { version = "0.33.0" }
2222# 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" }
2424catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
2525
2626ouroboros = "0.18.4"
Original file line number Diff line number Diff line change 11[package]
22name = "cbork-utils"
3- version = "0.0.1 "
3+ version = "0.0.2 "
44edition.workspace = true
55license.workspace = true
66authors.workspace = true
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ thiserror = "2.0.11"
3434
3535c509-certificate = { version = "0.0.3", path = "../c509-certificate" }
3636pallas = { version = "0.33.0" }
37- cbork-utils = { version = "0.0.1 ", path = "../cbork-utils" }
37+ cbork-utils = { version = "0.0.2 ", path = "../cbork-utils" }
3838cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
3939catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ workspace = true
1212
1313[dependencies]
1414catalyst-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" }
1616
1717anyhow = "1.0.95"
1818serde = { version = "1.0.217", features = ["derive"] }
You can’t perform that action at this time.
0 commit comments