Skip to content

Commit

Permalink
deps: update ibc-proto-rs to v0.41.0 (#1036)
Browse files Browse the repository at this point in the history
* deps: update ibc-proto-rs to v0.41.0

* nit
  • Loading branch information
Farhad-Shabani authored Jan 10, 2024
1 parent 8a552f7 commit 10a5188
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 132 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc] Bump `ibc-proto-rs` to v0.41.0
([\#1036](https://github.com/cosmos/ibc-rs/pull/1036)).
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ibc-core-router-types = { version = "0.49.1", path = "./ibc-core/ics26-rou
ibc-client-tendermint-types = { version = "0.49.1", path = "./ibc-clients/ics07-tendermint/types", default-features = false }
ibc-app-transfer-types = { version = "0.49.1", path = "./ibc-apps/ics20-transfer/types", default-features = false }

ibc-proto = { version = "0.39.1", default-features = false }
ibc-proto = { version = "0.41.0", default-features = false }

# cosmos dependencies
tendermint = { version = "0.34.0", default-features = false }
Expand Down
17 changes: 14 additions & 3 deletions ci/cw-check/Cargo.lock

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

Loading

0 comments on commit 10a5188

Please sign in to comment.