Skip to content

Commit ba4dde1

Browse files
authored
bump cbork-utils version (#450)
1 parent cd9e112 commit ba4dde1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workspace = true
2020
[dependencies]
2121
pallas = { 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" }
2424
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
2525

2626
ouroboros = "0.18.4"

rust/cbork-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbork-utils"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

rust/rbac-registration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ thiserror = "2.0.11"
3434

3535
c509-certificate = { version = "0.0.3", path = "../c509-certificate" }
3636
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" }
3838
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
3939
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212

1313
[dependencies]
1414
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" }
1616

1717
anyhow = "1.0.95"
1818
serde = { version = "1.0.217", features = ["derive"] }

0 commit comments

Comments
 (0)