Skip to content

Commit baba6a6

Browse files
committed
Bump cardano-chain-follower with the latest cardano-blockchain-types 0.0.9 version
1 parent bbc0a5d commit baba6a6

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.18"
3+
version = "0.0.19"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true
@@ -16,7 +16,7 @@ mithril-client = { version = "=0.12.2", default-features = false, features = [
1616
"num-integer-backend",
1717
] }
1818

19-
cardano-blockchain-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.8" }
19+
cardano-blockchain-types = { version = "0.0.9", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.9" }
2020
catalyst-types = { version = "0.0.10", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.10" }
2121

2222
thiserror = "1.0.69"

0 commit comments

Comments
 (0)