Skip to content

Commit

Permalink
change pallas dep to the catalyst branch (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 7, 2024
1 parent e1a5da6 commit c45ba64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hermes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ unreachable = "deny"
missing_docs_in_private_items = "deny"

[workspace.dependencies]
pallas = { git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "fix/immutable-secondary", version = "0.24.0" }
pallas-hardano = { git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "fix/immutable-secondary", version = "0.24.0" }
# specific commit from the `catalyst` branch
pallas = { git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "954e99db9e9c3e4c4b1677614054fbe18f692504", version = "0.25.0" }
# specific commit from the `catalyst` branch
pallas-hardano = { git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "954e99db9e9c3e4c4b1677614054fbe18f692504", version = "0.25.0" }

cardano-chain-follower = { path = "crates/cardano-chain-follower", version = "0.0.1" }

Expand Down

0 comments on commit c45ba64

Please sign in to comment.