Skip to content

Commit

Permalink
fix: remove non-existing ibc-client-cw link in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Oct 16, 2024
1 parent ac53b28 commit e7dc54c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit e7dc54c

Please sign in to comment.