Skip to content

Commit

Permalink
deps: update tower-abci to v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 10, 2024
1 parent 4ed6229 commit 6c6a7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,9 @@ toml = "0.5.8"
tonic = "0.8.3"
tonic-build = "0.8.4"
tower = "0.4"
# Also, using the same version of tendermint-rs as we do here.
# for tendermint-rs v0.35
#tower-abci = "0.11.1"
tower-abci = {git = "https://github.com/penumbra-zone/tower-abci.git", rev = "4b7306578b93a4def9d76abae8e2a46c8ee6952f"}
# Using the same version of tendermint-rs as we do (v0.35)
# Based on tower-abci 0.12 (upstreamed in https://github.com/penumbra-zone/tower-abci/pull/47)
tower-abci = { git = "https://github.com/heliaxdev/tower-abci", rev = "52382f4d2bab1022a66b06958a605da946b75144" }
tracing = "0.1.30"
tracing-appender = "0.2.2"
tracing-log = "0.1.2"
Expand Down

0 comments on commit 6c6a7fa

Please sign in to comment.