We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e0fb9 commit 2859739Copy full SHA for 2859739
rust/cardano-chain-follower/Cargo.toml
@@ -20,7 +20,7 @@ mithril-client = { version = "0.10.4", default-features = false, features = [
20
"num-integer-backend",
21
] }
22
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250114-00" }
23
-catalyst-types = { version = "0.0.1", path = "../catalyst-types" }
+catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250121-00" }
24
25
thiserror = "1.0.69"
26
tokio = { version = "1.42.0", features = [
0 commit comments