From dcb93f3ddeaf73c87ffbdddc297a25df2df03cd3 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Tue, 21 Jan 2025 18:57:18 +0700 Subject: [PATCH] fix(cardano-chain-follower): cat-type tag Signed-off-by: bkioshn --- rust/cardano-chain-follower/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/cardano-chain-follower/Cargo.toml b/rust/cardano-chain-follower/Cargo.toml index 753e24f349f..84859db038a 100644 --- a/rust/cardano-chain-follower/Cargo.toml +++ b/rust/cardano-chain-follower/Cargo.toml @@ -20,7 +20,7 @@ mithril-client = { version = "0.10.4", default-features = false, features = [ "num-integer-backend", ] } cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250114-00" } -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" } thiserror = "1.0.69" tokio = { version = "1.42.0", features = [