Skip to content

Commit a391dc7

Browse files
committed
expect counterparty client wrapper type
1 parent b85d5e5 commit a391dc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ sov-celestia-client = { version = "0.1.0" }
4848
tower-abci = { version = "0.14" }
4949

5050
[patch.crates-io]
51-
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
52-
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
53-
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
54-
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
55-
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
56-
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
57-
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
58-
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
59-
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
51+
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
52+
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
53+
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
54+
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
55+
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
56+
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
57+
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
58+
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
59+
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
6060
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "7196a39" }
6161
cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "4f2e3bb" }

0 commit comments

Comments
 (0)