Skip to content

Commit

Permalink
Merge branch 'main' into farhad/1030-add-wasm-client-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 10, 2024
2 parents 4e86e31 + 10a5188 commit 912d443
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 205 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 @@ -88,7 +88,7 @@ ibc-client-tendermint-types = { version = "0.49.1", path = "./ibc-clients/ics07-
ibc-client-wasm-types = { version = "0.49.1", path = "./ibc-clients/ics08-wasm/types", default-features = false }
ibc-app-transfer-types = { version = "0.49.1", path = "./ibc-apps/ics20-transfer/types", default-features = false }

ibc-proto = { git = "https://github.com/cosmos/ibc-proto-rs.git", rev = "027863e", default-features = false }
ibc-proto = { version = "0.41.0", default-features = false }

# cosmos dependencies
tendermint = { version = "0.34.0", default-features = false }
Expand Down
Loading

0 comments on commit 912d443

Please sign in to comment.