Skip to content

Commit cbcb59c

Browse files
Merge branch 'main' into network-devnet-string-instead-of-str
2 parents 6b559f2 + e62b266 commit cbcb59c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ serde_json = "1.0.134"
3939
displaydoc = "0.2.5"
4040
thiserror = "2.0.11"
4141

42-
# TODO: Revert ALL to Upstream Pallas after <https://github.com/txpipe/pallas/pull/685> merges.
43-
pallas-traverse = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
44-
pallas-addresses = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
45-
pallas-primitives = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
46-
pallas-crypto = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
47-
pallas-codec = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
42+
# TODO: Revert ALL to Upstream Pallas after <https://github.com/txpipe/pallas/pull/685> merges.
43+
# 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" }
4849
# Only include these for non-wasm32 targets
4950
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
50-
pallas-network = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
51-
pallas-hardano = { version = "=1.0.0-alpha.2", git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "feat/pallas-network-types" }
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" }

0 commit comments

Comments
 (0)