Skip to content

Commit bd97c6f

Browse files
authored
fix: update cbt to 0.0.5 and chain follower version (#448)
Signed-off-by: bkioshn <[email protected]>
1 parent d11f82b commit bd97c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-chain-follower"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true
@@ -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", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250724-01" }
22+
cardano-blockchain-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types-v0.0.5" }
2323
catalyst-types = { version = "0.0.4", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250724-01" }
2424

2525

0 commit comments

Comments
 (0)