Skip to content

Commit ee80dd3

Browse files
Bump cardano-blockchain-types and cardano-chain-follower crates versions
1 parent 0d8f5b3 commit ee80dd3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cardano-blockchain-types"
33
description = "Common Cardano Blockchain data types for use in both applications and crates"
44
keywords = ["cardano", "catalyst", ]
5-
version = "0.0.6"
5+
version = "0.0.7"
66
authors = [
77
"Steven Johnson <[email protected]>"
88
]
@@ -41,12 +41,12 @@ thiserror = "2.0.11"
4141

4242
# TODO: Revert ALL to Upstream Pallas after <https://github.com/txpipe/pallas/pull/685> merges.
4343
# pallas related commit is from <https://github.com/input-output-hk/catalyst-pallas/pull/4>
44-
pallas-traverse = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
45-
pallas-addresses = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
46-
pallas-primitives = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
47-
pallas-crypto = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
48-
pallas-codec = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
44+
pallas-traverse = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
45+
pallas-addresses = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
46+
pallas-primitives = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
47+
pallas-crypto = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
48+
pallas-codec = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
4949
# Only include these for non-wasm32 targets
5050
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
51-
pallas-network = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
52-
pallas-hardano = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
51+
pallas-network = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
52+
pallas-hardano = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }

rust/cardano-chain-follower/Cargo.toml

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

19-
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.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.8" }
19+
cardano-blockchain-types = { version = "0.0.7", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-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 = [
@@ -55,13 +55,13 @@ moka = { version = "0.12.9", features = ["sync"] }
5555
cpu-time = "1.0.0"
5656

5757
[dev-dependencies]
58-
tracing-subscriber = { version = "0.3.19", features = ["env-filter","json"] }
58+
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
5959
test-log = { version = "0.2.16", default-features = false, features = [
6060
"trace",
6161
] }
6262
clap = "4.5.23"
6363
rbac-registration = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.8" }
64-
minicbor = { version = "2.0.0", features = ["alloc","half"]}
64+
minicbor = { version = "2.0.0", features = ["alloc", "half"] }
6565

6666
# Note, these features are for support of features exposed by dependencies.
6767
[features]

0 commit comments

Comments
 (0)