Skip to content

Commit

Permalink
chore: update ibc revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jul 12, 2024
1 parent a6d7468 commit 308ff8f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ tendermint-rpc = { version = "0.37", default-features = false }
tower-abci = { version = "0.14" }

[patch.crates-io]
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "90ccb29" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "90ccb29" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "8f7f0aa" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "8f7f0aa" }

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

0 comments on commit 308ff8f

Please sign in to comment.