Skip to content

Commit

Permalink
chore: Upgrade Pallas to v0.17.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Jan 26, 2023
1 parent df42b97 commit e09c116
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 38 deletions.
91 changes: 56 additions & 35 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]


[dependencies]
# pallas = "0.14.0"
pallas = "0.17.0"
# pallas = { path = "../pallas/pallas" }
pallas = { git = "https://github.com/txpipe/pallas.git" }
# pallas = { git = "https://github.com/txpipe/pallas.git" }
hex = "0.4.3"
net2 = "0.2.37"
bech32 = "0.8.1"
Expand Down Expand Up @@ -43,7 +43,7 @@ futures = { version = "0.3.24", optional = true }
tokio = { version = "1.21.1", features = ["rt-multi-thread"], optional = true }

# elastic feature
elasticsearch = { version = "8.4.0-alpha.1", optional = true }
elasticsearch = { version = "8.5.0-alpha.1", optional = true }

# tui feature
indicatif = { version = "0.17.0-rc.11", optional = true }
Expand Down

0 comments on commit e09c116

Please sign in to comment.