Skip to content

Commit 641b076

Browse files
authored
feat(rust): Bumping crates versions, preparation for releases (#583)
* bumping catalyst-signed-doc version * wip
1 parent de1f0fc commit 641b076

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-chain-follower"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true
@@ -17,7 +17,7 @@ mithril-client = { version = "=0.12.2", default-features = false, features = [
1717
] }
1818

1919
cardano-blockchain-types = { version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.6" }
20-
catalyst-types = { version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.6" }
20+
catalyst-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.8" }
2121

2222
thiserror = "1.0.69"
2323
tokio = { version = "1.45.0", features = [

rust/rbac-registration/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rbac-registration"
33
description = "Role Based Access Control Registration"
44
keywords = ["cardano", "catalyst", "rbac registration"]
5-
version = "0.0.10"
5+
version = "0.0.11"
66
authors = [
77
"Arissara Chotivichit <arissara.chotivichit@iohk.io>"
88
]
@@ -35,4 +35,4 @@ thiserror = "2.0.11"
3535
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "c509-certificate-v0.0.3" }
3636
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
3737
cardano-blockchain-types = { version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.6" }
38-
catalyst-types = { version = "0.0.7", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.7" }
38+
catalyst-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.8" }

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "catalyst-signed-doc"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)