Skip to content

Commit 154c42e

Browse files
authored
feat(general): rbac-registration version 0.0.6 (#452)
* bump rbac-registration version * fix
1 parent 9ddb52d commit 154c42e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ mithril-client = { version = "0.12.2", default-features = false, features = [
2020
"num-integer-backend",
2121
] }
2222

23-
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
24-
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
23+
cardano-blockchain-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types-v0.0.5" }
24+
catalyst-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types-v0.0.5" }
2525

2626

2727
thiserror = "1.0.69"
@@ -65,7 +65,7 @@ test-log = { version = "0.2.16", default-features = false, features = [
6565
"trace",
6666
] }
6767
clap = "4.5.23"
68-
rbac-registration = { version = "0.0.5", path = "../rbac-registration" }
68+
rbac-registration = { version = "0.0.6", path = "../rbac-registration" }
6969

7070
# Note, these features are for support of features exposed by dependencies.
7171
[features]

rust/rbac-registration/Cargo.toml

Lines changed: 5 additions & 5 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.5"
5+
version = "0.0.6"
66
authors = [
77
"Arissara Chotivichit <[email protected]>"
88
]
@@ -32,8 +32,8 @@ uuid = "1.11.0"
3232
oid-registry = "0.7.1"
3333
thiserror = "2.0.11"
3434

35-
c509-certificate = { version = "0.0.3", path = "../c509-certificate" }
35+
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "c509-certificate-v0.0.3" }
3636
pallas = { version = "0.33.0" }
37-
cbork-utils = { version = "0.0.2", path = "../cbork-utils" }
38-
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
39-
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
37+
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
38+
cardano-blockchain-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types-v0.0.5" }
39+
catalyst-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types-v0.0.5" }

0 commit comments

Comments
 (0)