Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d77cd52

Browse files
committedApr 30, 2024
ibc-query as workspace deps
1 parent b391663 commit d77cd52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ ibc-core-channel = { version = "0.52.0", path = "./ibc-core/ics04-channel", d
8080
ibc-core-host = { version = "0.52.0", path = "./ibc-core/ics24-host", default-features = false }
8181
ibc-core-handler = { version = "0.52.0", path = "./ibc-core/ics25-handler", default-features = false }
8282
ibc-core-router = { version = "0.52.0", path = "./ibc-core/ics26-routing", default-features = false }
83+
ibc-query = { version = "0.52.0", path = "./ibc-query", default-features = false }
8384

8485
ibc-client-cw = { version = "0.52.0", path = "./ibc-clients/cw-context", default-features = false }
8586
ibc-client-tendermint = { version = "0.52.0", path = "./ibc-clients/ics07-tendermint", default-features = false }

0 commit comments

Comments
 (0)
Please sign in to comment.