Skip to content

Commit

Permalink
Update ibc revs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed May 31, 2024
1 parent 3b45f48 commit 58c92cc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tracing-subscriber = "0.3.16"
# ibc dependencies
ibc = { version = "0.53.0", default-features = false, features = [ "serde" ] }
ibc-query = { version = "0.53.0", default-features = false }
ibc-proto = { version = "0.44.0", default-features = false }
ibc-proto = { version = "0.45.0", default-features = false }
ics23 = { version = "0.11", default-features = false }

# tendermint dependencies
Expand All @@ -45,5 +45,5 @@ tendermint-rpc = { version = "0.36", default-features = false }
tower-abci = { version = "0.14" }

[patch.crates-io]
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "01506d4" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "01506d4" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "34d28ce" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "34d28ce" }

0 comments on commit 58c92cc

Please sign in to comment.