Skip to content

Commit 2859739

Browse files
authored
fix(cardano-chain-follower): cat-type tag (#166)
Signed-off-by: bkioshn <[email protected]>
1 parent 74e0fb9 commit 2859739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-chain-follower/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mithril-client = { version = "0.10.4", default-features = false, features = [
2020
"num-integer-backend",
2121
] }
2222
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" }
23+
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250121-00" }
2424

2525
thiserror = "1.0.69"
2626
tokio = { version = "1.42.0", features = [

0 commit comments

Comments
 (0)