Skip to content

Commit

Permalink
fix: dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchere committed Jan 24, 2025
1 parent d514f44 commit f401681
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 71 deletions.
152 changes: 83 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mithril = ["mithril-client"]
[dependencies]
# pallas = { version = "0.31", features = ["hardano"] }
# pallas = { path = "../pallas/pallas", features = ["hardano"] }
pallas = { git = "https://github.com/txpipe/pallas", features = ["hardano"] }
pallas = { version = "0.32.0", features = ["hardano"] }

gasket = { version = "^0.7", features = ["derive"] }
gasket-prometheus = { version = "^0.7" }
Expand Down Expand Up @@ -76,4 +76,4 @@ mithril-client = { version = "^0.8", optional = true, features = ["fs"] }
miette = { version = "7.2.0", features = ["fancy"] }
itertools = "0.12.1"
redis = { version = "0.27.6", optional = true }
utxorpc = { version = "0.9.0", optional = true }
utxorpc = { version = "0.10.0", optional = true }

0 comments on commit f401681

Please sign in to comment.