Skip to content

Commit

Permalink
use rev from main
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 12, 2024
1 parent 24bb83a commit 294df7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ tendermint-rpc = { version = "0.40", default-features = false }
tower-abci = { version = "0.15" }

[patch.crates-io]
ibc = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/chore/bump-deps" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/chore/bump-deps" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "81625d6" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "81625d6" }

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

0 comments on commit 294df7e

Please sign in to comment.