Skip to content

Commit cd9e112

Browse files
authored
bump catalyst-types version (#449)
1 parent 61381e4 commit cd9e112

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workspace = true
2121
pallas = { version = "0.33.0" }
2222
# pallas-hardano = { version = "0.33.0" }
2323
cbork-utils = { version = "0.0.1", path = "../cbork-utils" }
24-
catalyst-types = { version = "0.0.4", path = "../catalyst-types" }
24+
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
2525

2626
ouroboros = "0.18.4"
2727
tracing = "0.1.41"

rust/cardano-chain-follower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mithril-client = { version = "0.12.2", default-features = false, features = [
2121
] }
2222

2323
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
24-
catalyst-types = { version = "0.0.4", path = "../catalyst-types" }
24+
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
2525

2626

2727
thiserror = "1.0.69"

rust/catalyst-types/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-types"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

rust/rbac-registration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ c509-certificate = { version = "0.0.3", path = "../c509-certificate" }
3636
pallas = { version = "0.33.0" }
3737
cbork-utils = { version = "0.0.1", path = "../cbork-utils" }
3838
cardano-blockchain-types = { version = "0.0.5", path = "../cardano-blockchain-types" }
39-
catalyst-types = { version = "0.0.4", path = "../catalyst-types" }
39+
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
catalyst-types = { version = "0.0.4", path = "../catalyst-types" }
14+
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
1515
cbork-utils = { version = "0.0.1", path = "../cbork-utils" }
1616

1717
anyhow = "1.0.95"

0 commit comments

Comments
 (0)