Skip to content

Commit 353077e

Browse files
authored
feat(rust/cardano-chain-follower): Bump cardano-chain-follower with the latest cardano-blockchain-types 0.0.9 version (#642)
* Bump `cardano-chain-follower` with the latest cardano-blockchain-types `0.0.9` version * wip
1 parent 08bdbd2 commit 353077e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 3 additions & 3 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"
@@ -60,7 +60,7 @@ test-log = { version = "0.2.16", default-features = false, features = [
6060
"trace",
6161
] }
6262
clap = "4.5.23"
63-
rbac-registration = { version = "0.0.14", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.14" }
63+
rbac-registration = { version = "0.0.15", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.15" }
6464
minicbor = { version = "2.0.0", features = ["alloc", "half"] }
6565

6666
# Note, these features are for support of features exposed by dependencies.

0 commit comments

Comments
 (0)