Skip to content

Commit 741a681

Browse files
committed
Merge branch 'main' into feat/new-cat-signed-doc
2 parents 365ec32 + fdb2a85 commit 741a681

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cardano-blockchain-types"
33
description = "Common Cardano Blockchain data types for use in both applications and crates"
44
keywords = ["cardano", "catalyst", ]
5-
version = "0.0.4"
5+
version = "0.0.5"
66
authors = [
77
"Steven Johnson <[email protected]>"
88
]

rust/cardano-chain-follower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mithril-client = { version = "0.12.2", default-features = false, features = [
1919
"full",
2020
"num-integer-backend",
2121
] }
22-
cardano-blockchain-types = { version = "0.0.4", path = "../cardano-blockchain-types" }
22+
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
2323
catalyst-types = { version = "0.0.4", path = "../catalyst-types" }
2424

2525

rust/rbac-registration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ thiserror = "2.0.11"
3535
c509-certificate = { version = "0.0.3", path = "../c509-certificate" }
3636
pallas = { version = "0.33.0" }
3737
cbork-utils = { version = "0.0.1", path = "../cbork-utils" }
38-
cardano-blockchain-types = { version = "0.0.4", path = "../cardano-blockchain-types" }
38+
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
3939
catalyst-types = { version = "0.0.4", path = "../catalyst-types" }

0 commit comments

Comments
 (0)