Skip to content

Commit

Permalink
fix: place tower-abci under patch.crates-io
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Aug 9, 2024
1 parent b86ae4b commit af7d179
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ tendermint-abci = { version = "0.38", default-features = false }
tendermint-proto = { version = "0.38", default-features = false }
tendermint-rpc = { version = "0.38", default-features = false }

# For now, we’re using a fork to support Tendermint 0.38
tower-abci = { git = "https://github.com/informalsystems/tower-abci", rev = "0992541" }
# tower abci
tower-abci = { version = "0.16" }

[patch.crates-io]
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "6c7a65e" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "6c7a65e" }

# for tendermint 0.38
tower-abci = { git = "https://github.com/informalsystems/tower-abci", rev = "0992541" }

0 comments on commit af7d179

Please sign in to comment.