From d77cd526df8f5a42504864cbc7fb0d752f11e817 Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 30 Apr 2024 20:25:32 +0200 Subject: [PATCH] ibc-query as workspace deps --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 184204497..c879eca85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,6 +80,7 @@ ibc-core-channel = { version = "0.52.0", path = "./ibc-core/ics04-channel", d ibc-core-host = { version = "0.52.0", path = "./ibc-core/ics24-host", default-features = false } ibc-core-handler = { version = "0.52.0", path = "./ibc-core/ics25-handler", default-features = false } ibc-core-router = { version = "0.52.0", path = "./ibc-core/ics26-routing", default-features = false } +ibc-query = { version = "0.52.0", path = "./ibc-query", default-features = false } ibc-client-cw = { version = "0.52.0", path = "./ibc-clients/cw-context", default-features = false } ibc-client-tendermint = { version = "0.52.0", path = "./ibc-clients/ics07-tendermint", default-features = false }