Skip to content

Commit

Permalink
Format cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 5, 2024
1 parent e9e3323 commit 8c6b49f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"ibc-clients/cw-context",
"ibc-clients/ics07-tendermint/cw-contract",
"ibc-clients/cw-context",
"ibc-clients/ics07-tendermint/cw-contract",
]

[dependencies]
Expand Down
8 changes: 4 additions & 4 deletions cosmwasm/ibc-clients/cw-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ serde-json = { workspace = true }
[features]
default = [ "std" ]
std = [
"prost/std",
"serde/std",
"ibc-core/std",
"ibc-client-wasm-types/std",
"prost/std",
"serde/std",
"ibc-core/std",
"ibc-client-wasm-types/std",
]
10 changes: 5 additions & 5 deletions cosmwasm/ibc-clients/ics07-tendermint/cw-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ serde-json = { workspace = true }
[features]
default = [ "std" ]
std = [
"prost/std",
"serde/std",
"ibc-client-tendermint/std",
"ibc-client-cw/std",
"ibc-core/std",
"prost/std",
"serde/std",
"ibc-client-tendermint/std",
"ibc-client-cw/std",
"ibc-core/std",
]

0 comments on commit 8c6b49f

Please sign in to comment.