Skip to content

Commit

Permalink
Remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 30, 2024
1 parent 082dc18 commit c7ce5b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ibc-clients/ics07-tendermint/cw-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ crate-type = [ "cdylib", "rlib" ]

[dependencies]
# ibc dependencies
ibc-core = { workspace = true }
ibc-client-cw = { workspace = true }
ibc-client-tendermint = { workspace = true }
ibc-client-tendermint-types = { workspace = true }
ibc-core = { workspace = true }
ibc-client-cw = { workspace = true }
ibc-client-tendermint = { workspace = true }

# cosmwasm dependencies
cosmwasm-std = { workspace = true }
Expand Down

0 comments on commit c7ce5b7

Please sign in to comment.