Skip to content

Commit

Permalink
fix: use complete u5c interop mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Sep 8, 2024
1 parent 4f32a64 commit b0ec468
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
136 changes: 68 additions & 68 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 @@ -23,9 +23,9 @@ mithril = ["mithril-client"]
# kafka = auto feature flag

[dependencies]
pallas = { version = "0.30.1", features = ["hardano"] }
pallas = { version = "0.30.2", features = ["hardano"] }
# pallas = { path = "../pallas/pallas" }
# pallas = { git = "https://github.com/txpipe/pallas" }
# pallas = { git = "https://github.com/txpipe/pallas", features = ["hardano"] }

gasket = { version = "^0.7", features = ["derive"] }
gasket-prometheus = { version = "^0.7" }
Expand Down

0 comments on commit b0ec468

Please sign in to comment.