Skip to content

Commit

Permalink
Merge branch 'tomas/update-tower-abci' (#3216)
Browse files Browse the repository at this point in the history
* tomas/update-tower-abci:
  changelog: add #3216
  deps: update tower-abci to v0.12
  • Loading branch information
brentstone committed May 10, 2024
2 parents fedecea + 4a55777 commit 78edf75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/miscellaneous/3216-update-tower-abci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update tower-abci to fix windows build.
([\#3216](https://github.com/anoma/namada/pull/3216))
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 78edf75

Please sign in to comment.