diff --git a/rust/cardano-blockchain-types/Cargo.toml b/rust/cardano-blockchain-types/Cargo.toml index a95b1ed6668..d648b5d5fe3 100644 --- a/rust/cardano-blockchain-types/Cargo.toml +++ b/rust/cardano-blockchain-types/Cargo.toml @@ -20,8 +20,8 @@ workspace = true [dependencies] pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" } # pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" } -cbork-utils = { version = "0.0.1", path = "../cbork-utils" } -catalyst-types = { version = "0.0.3", path = "../catalyst-types" } +cbork-utils = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } +catalyst-types = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } ouroboros = "0.18.4" tracing = "0.1.41" diff --git a/rust/cardano-chain-follower/Cargo.toml b/rust/cardano-chain-follower/Cargo.toml index b83c25bad4f..0a54b3a4a8f 100644 --- a/rust/cardano-chain-follower/Cargo.toml +++ b/rust/cardano-chain-follower/Cargo.toml @@ -19,8 +19,9 @@ mithril-client = { version = "0.10.4", default-features = false, features = [ "full", "num-integer-backend", ] } -cardano-blockchain-types = { version = "0.0.3", path = "../cardano-blockchain-types" } -catalyst-types = { version = "0.0.3", path = "../catalyst-types" } +cardano-blockchain-types = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } +catalyst-types = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } + thiserror = "1.0.69" tokio = { version = "1.42.0", features = [ diff --git a/rust/rbac-registration/Cargo.toml b/rust/rbac-registration/Cargo.toml index fbfbab337a2..8a438464d5c 100644 --- a/rust/rbac-registration/Cargo.toml +++ b/rust/rbac-registration/Cargo.toml @@ -30,8 +30,8 @@ tracing = "0.1.40" ed25519-dalek = "2.1.1" uuid = "1.11.0" -c509-certificate = { version = "0.0.3", path = "../c509-certificate" } +c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" } -cbork-utils = { version = "0.0.1", path = "../cbork-utils" } -cardano-blockchain-types = { version = "0.0.3", path = "../cardano-blockchain-types" } -catalyst-types = { version = "0.0.3", path = "../catalyst-types" } +cbork-utils = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } +cardano-blockchain-types = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } +catalyst-types = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } diff --git a/rust/signed_doc/Cargo.toml b/rust/signed_doc/Cargo.toml index cc502b97b88..d7d604e2eb3 100644 --- a/rust/signed_doc/Cargo.toml +++ b/rust/signed_doc/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true workspace = true [dependencies] -catalyst-types = { version = "0.0.3", path = "../catalyst-types" } +catalyst-types = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250226-00" } anyhow = "1.0.95" serde = { version = "1.0.217", features = ["derive"] }