From 4103ad3afb6f01836cdf7487d876d3e85e2e6f39 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Thu, 25 Jan 2024 12:58:38 -0800 Subject: [PATCH] chore: track ibc-rs changes in 1060 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75ea7bc5..9e946a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ base64 = { version = "0.21", default-features = false, features = ["alloc"] } displaydoc = { version = "0.2", default-features = false } derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] } ed25519 = { version = "2.1.0", default-features = false } -ibc = { version = "0.49.1", default-features = false, features = ["serde"] } -ibc-query = { version = "0.49.1", default-features = false } +ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "6c23da7", default-features = false, features = ["serde"] } +ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "6c23da7", default-features = false } ibc-proto = { version = "0.39.1", default-features = false } ics23 = { version = "0.11", default-features = false } prost = { version = "0.12", default-features = false }