From e7dc54c719d4f0dcea489457f7d5193099f2e231 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Wed, 16 Oct 2024 06:38:47 -0700 Subject: [PATCH] fix: remove non-existing ibc-client-cw link in workspace --- .gitignore | 3 --- Cargo.toml | 1 - 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 56794f065..1cb584d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,5 @@ mc.log # caused by a dependency updated to a faulty version. /Cargo.lock -# Ignore CosmWasm artifacts -cw-contracts/ - # Ignore dotenv .env diff --git a/Cargo.toml b/Cargo.toml index cfc67c97b..a4cb2fc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,6 @@ ibc-core-handler = { version = "0.55.0", path = "./ibc-core/ics25-handler", d ibc-core-router = { version = "0.55.0", path = "./ibc-core/ics26-routing", default-features = false } ibc-query = { version = "0.55.0", path = "./ibc-query", default-features = false } -ibc-client-cw = { version = "0.55.0", path = "./ibc-clients/cw-context", default-features = false } ibc-client-tendermint = { version = "0.55.0", path = "./ibc-clients/ics07-tendermint", default-features = false } ibc-app-transfer = { version = "0.55.0", path = "./ibc-apps/ics20-transfer", default-features = false }