Skip to content

Commit

Permalink
Bump ibc-proto to v0.45 (#185)
Browse files Browse the repository at this point in the history
* Update ibc revs

* Update ibc revs

* rev from main branch

---------

Co-authored-by: Rano | Ranadeep <mail@rnbguy.at>
  • Loading branch information
seanchen1991 and rnbguy authored Jun 1, 2024
1 parent 3b45f48 commit 6ff6f0f
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 = "5779e86" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5779e86" }

0 comments on commit 6ff6f0f

Please sign in to comment.