From a90e4ebdadfe4a69ccdaa54a8f100104446776f4 Mon Sep 17 00:00:00 2001 From: no30bit Date: Wed, 29 Oct 2025 15:33:15 +0300 Subject: [PATCH] chore(rust/cardano-blockchain-types): bump cardano-blockchain-types to v0.0.8 --- rust/cardano-blockchain-types/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/cardano-blockchain-types/Cargo.toml b/rust/cardano-blockchain-types/Cargo.toml index 60db45fc7dd..8d4ff3a043d 100644 --- a/rust/cardano-blockchain-types/Cargo.toml +++ b/rust/cardano-blockchain-types/Cargo.toml @@ -2,7 +2,7 @@ name = "cardano-blockchain-types" description = "Common Cardano Blockchain data types for use in both applications and crates" keywords = ["cardano", "catalyst", ] -version = "0.0.7" +version = "0.0.8" authors = [ "Steven Johnson " ] @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"] workspace = true [dependencies] -catalyst-types = { version = "0.0.9", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.9" } +catalyst-types = { version = "0.0.10", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.10" } cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" } ouroboros = "0.18.4"